Skip to content

Commit

Permalink
Move website to gcs
Browse files Browse the repository at this point in the history
  • Loading branch information
koenighotze committed Apr 4, 2024
1 parent 1401d61 commit 2b9591c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started/06-best-practise/website-bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "google_storage_bucket" "websitecontent" {
force_destroy = true
storage_class = "REGIONAL"
#checkov:skip=CKV_GCP_114: Website is public
public_access_prevention = "inherited"
public_access_prevention = "inherited"

versioning {
enabled = true
Expand Down

0 comments on commit 2b9591c

Please sign in to comment.