mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-09 00:22:36 -04:00
3 lines
42 B
Terraform
3 lines
42 B
Terraform
|
|
output "my_null_output" {
|
||
|
|
value = null
|
||
|
|
}
|