Skip to content

Commit 6cd24a0

Browse files
committed
tf-test-variable: version_02
1 parent afd4af0 commit 6cd24a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform-test-variable/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
resource "random_pet" "example" {
22
keepers = {
3-
string = var.version_01
3+
string = var.version_02
44
}
55
}
66

77

8-
variable "version_01" {
8+
variable "version_02" {
99
type = string
1010
}

0 commit comments

Comments
 (0)