Skip to content

Create gcs.tf#4

Merged
canahmetbe merged 1 commit intomainfrom
canahmetbe-patch-4
Oct 23, 2025
Merged

Create gcs.tf#4
canahmetbe merged 1 commit intomainfrom
canahmetbe-patch-4

Conversation

@canahmetbe
Copy link
Owner

No description provided.

Comment on lines +6 to +13
resource "google_storage_bucket" "example" {
name = "demo-${random_id.rand_suffix.hex}"
location = "us-central1"
force_destroy = true

uniform_bucket_level_access = false
public_access_prevention = "enforced"
}

Check failure

Code scanning / checkov

Ensure Cloud storage has versioning enabled Error

Ensure Cloud storage has versioning enabled
Comment on lines +6 to +13
resource "google_storage_bucket" "example" {
name = "demo-${random_id.rand_suffix.hex}"
location = "us-central1"
force_destroy = true

uniform_bucket_level_access = false
public_access_prevention = "enforced"
}

Check failure

Code scanning / checkov

Ensure that Cloud Storage buckets have uniform bucket-level access enabled Error

Ensure that Cloud Storage buckets have uniform bucket-level access enabled
Comment on lines +6 to +13
resource "google_storage_bucket" "example" {
name = "demo-${random_id.rand_suffix.hex}"
location = "us-central1"
force_destroy = true

uniform_bucket_level_access = false
public_access_prevention = "enforced"
}

Check failure

Code scanning / checkov

Bucket should log access Error

Bucket should log access
@canahmetbe canahmetbe merged commit b3f56b2 into main Oct 23, 2025
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant