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

6 lines
No EOL
110 B
HCL

output "credentials" {
value = {
username = local.http_username
password = local.http_password
}
}