File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
templates/init/.deploy/common Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ variable "build_container" {
1515
1616variable "ctf_dns_network_zone" {
1717 default = " ctf"
18- type = string
18+ type = string
1919}
2020
2121locals {
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ def get_common_modules_output_variables() -> set[str]:
193193 text = """\
194194 variable "{{variable}}" {
195195 default = "{{default}}"
196- type = {{type}}
196+ type = {{type}}
197197 }
198198 """
199199 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies = [
1919 " typer==0.16.0" ,
2020 " pydantic"
2121]
22- version = " 4.1.0 "
22+ version = " 4.1.1 "
2323classifiers = [
2424 " Programming Language :: Python :: 3" ,
2525 " Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments