Skip to content

Create gcs.tf#1

Merged
nkanon merged 1 commit intomainfrom
nkanon-patch-1
Nov 12, 2025
Merged

Create gcs.tf#1
nkanon merged 1 commit intomainfrom
nkanon-patch-1

Conversation

@nkanon
Copy link
Owner

@nkanon nkanon commented Nov 12, 2025

No description provided.

@nkanon nkanon merged commit 7879a40 into main Nov 12, 2025
1 check failed
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
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