We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90498c6 commit b8b4a26Copy full SHA for b8b4a26
manifest.json
@@ -6,7 +6,7 @@
6
]
7
},
8
"vpc": {
9
- "version": "2.5.14",
+ "version": "2.5.6",
10
"aliases": []
11
}
12
vpc/variables.tf
@@ -10,13 +10,13 @@ variable "template_url" {
variable "template_data" {
type = object({
bucket = optional(string, "template-storage-templatebucket-1upzyw6v9cs42")
13
- version = optional(string, "v2.5.14")
+ version = optional(string, "v2.5.6")
14
object = optional(string, "vpc/template.yaml")
15
})
16
17
default = {
18
bucket = "template-storage-templatebucket-1upzyw6v9cs42"
19
- version = "v2.5.14"
+ version = "v2.5.6"
20
object = "vpc/template.yaml"
21
22
0 commit comments