Skip to content

Commit

Permalink
Autoformatting TF Code
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 30, 2024
1 parent e8b4fed commit 38c67dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sandbox.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "sandbox" {
github_is_private = false
create_codeowners = false
enforce_prs = false
collaborators = {"arnol377": "admin"}
collaborators = { "arnol377" : "admin" }
managed_extra_files = [
{
path = ".github/workflows/terraform-plan.yaml"
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
variable image_pipeline_workflows {
variable "image_pipeline_workflows" {
type = map(string)
}

0 comments on commit 38c67dc

Please sign in to comment.