Skip to content

Commit

Permalink
updated git config to resolve auto-format/preivilleged checout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran Asif committed Apr 14, 2022
1 parent 10cd747 commit 7d47803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "aws_s3_bucket" "default" {
count = local.enabled ? 1 : 0
bucket = local.bucket_name
force_destroy = var.force_destroy

tags = module.this.tags
}

Expand Down

0 comments on commit 7d47803

Please sign in to comment.