Skip to content

Commit b8b4a26

Browse files
committedJun 18, 2024
Publishing: vpc/v2.5.6
1 parent 90498c6 commit b8b4a26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
]
77
},
88
"vpc": {
9-
"version": "2.5.14",
9+
"version": "2.5.6",
1010
"aliases": []
1111
}
1212
}

‎vpc/variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ variable "template_url" {
1010
variable "template_data" {
1111
type = object({
1212
bucket = optional(string, "template-storage-templatebucket-1upzyw6v9cs42")
13-
version = optional(string, "v2.5.14")
13+
version = optional(string, "v2.5.6")
1414
object = optional(string, "vpc/template.yaml")
1515
})
1616

1717
default = {
1818
bucket = "template-storage-templatebucket-1upzyw6v9cs42"
19-
version = "v2.5.14"
19+
version = "v2.5.6"
2020
object = "vpc/template.yaml"
2121
}
2222
}

0 commit comments

Comments
 (0)
Failed to load comments.