Opinionated.tf/products/archiveteam/warrior/outputs.tf

6 lines
110 B
Terraform
Raw Normal View History

2024-08-29 11:49:03 +00:00
output "credentials" {
value = {
username = local.http_username
password = local.http_password
}
}