4 lines
58 B
Terraform
4 lines
58 B
Terraform
|
|
resource "test_resource" "foo" {
|
||
|
|
random = "${uuid()}"
|
||
|
|
}
|