Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Restyled by terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Sep 15, 2023
1 parent 1779353 commit 8692e94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions terraform-test-0.tf
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions terraform-test-1.tf
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 8692e94

Please sign in to comment.