mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-24 11:24:16 -04:00
5 lines
70 B
Terraform
5 lines
70 B
Terraform
|
|
output "out" {
|
||
|
|
value = sensitive("secret")
|
||
|
|
sensitive = true
|
||
|
|
}
|