diff --git a/terraform-test-0.tf b/terraform-test-0.tf index eec6aa0e..0a5a0a67 100644 --- a/terraform-test-0.tf +++ b/terraform-test-0.tf @@ -1,5 +1,5 @@ locals = { - short = 1 - this_is_longer = true + short = 1 + this_is_longer = true this_is_really_longer_than_it_needs_to_be = "bazzle" } diff --git a/terraform-test-1.tf b/terraform-test-1.tf index aa673fc4..b5ef3817 100644 --- a/terraform-test-1.tf +++ b/terraform-test-1.tf @@ -1,4 +1,4 @@ variable "policy_definition_name" { - description = "Policy definition name must only contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot contain consecutive dashes, and is limited between 2 and 60 characters in length." - default = "demoPolicy" + description = "Policy definition name must only contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot contain consecutive dashes, and is limited between 2 and 60 characters in length." + default = "demoPolicy" }