Skip to content

Commit

Permalink
Merge pull request #1 from abborg/test-pr
Browse files Browse the repository at this point in the history
Make changes
  • Loading branch information
abborg-atlantis[bot] authored Dec 14, 2024
2 parents 9a8a770 + 984a593 commit 9c0f745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stacks/opentofu/gcs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ resource "google_storage_bucket" "opentofu-bucket" {
force_destroy = true

public_access_prevention = "enforced"

}
1 change: 1 addition & 0 deletions stacks/terraform/gcs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ resource "google_storage_bucket" "terraform-bucket" {
force_destroy = true

public_access_prevention = "enforced"

}

0 comments on commit 9c0f745

Please sign in to comment.