6 lines
No EOL
121 B
HCL
6 lines
No EOL
121 B
HCL
output "username" {
|
|
value = nonsensitive(local.username)
|
|
}
|
|
output "password" {
|
|
value = nonsensitive(local.password)
|
|
} |