run terraform fmt on test

pull/34699/head
Daniel Schmidt 2 years ago
parent a4651fac4c
commit 0529299cc3
No known key found for this signature in database
GPG Key ID: 377C3A4D62FBBBE2

@ -1,8 +1,8 @@
variable "input" {
default = null
type = object({
organization_name = string
})
type = object({
organization_name = string
})
}
output "value" {

@ -1,7 +1,7 @@
variables {
input = {
organization_name = var.org_name
organization_name = var.org_name
}
}

Loading…
Cancel
Save