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