UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 328c6ce8 authored by Jason Krause's avatar Jason Krause :8ball:
Browse files

style: terraform fmt

parent b02f5275
No related branches found
No related tags found
1 merge request!233style: terraform fmt
Pipeline #163897 passed with warnings
...@@ -30,7 +30,7 @@ variable "hub_tgw_rt" { ...@@ -30,7 +30,7 @@ variable "hub_tgw_rt" {
default = "tgw-rtb-04b66987e7d96a3d4" default = "tgw-rtb-04b66987e7d96a3d4"
} }
variable ci_pipeline_url { variable "ci_pipeline_url" {
type = string type = string
default = "none" default = "none"
description = "URL to the pipeline that created this resource" description = "URL to the pipeline that created this resource"
......
...@@ -76,7 +76,7 @@ variable "agent_spot" { ...@@ -76,7 +76,7 @@ variable "agent_spot" {
default = false default = false
} }
variable ci_pipeline_url { variable "ci_pipeline_url" {
type = string type = string
default = "none" default = "none"
description = "URL to the pipeline that created this resource" description = "URL to the pipeline that created this resource"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment