Skip to content

Commit

Permalink
Import gcp-logging bucket properly
Browse files Browse the repository at this point in the history
  • Loading branch information
samsimpson1 committed Jul 11, 2024
1 parent aafbc10 commit a733359
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/deployments/vpc/google_logging_bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ resource "google_storage_bucket" "google_logging" {
name = "govuk-${var.govuk_environment}-gcp-logging"
location = "eu"
storage_class = "multi_regional"
project = data.google_project.project.id

versioning {
enabled = true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"//": "Generated by autoimports.py script",
"import": [
{
"to": "google_storage_bucket.google_logging",
"id": "govuk-${var.govuk_environment}-gcp-logging"
}
]
}

0 comments on commit a733359

Please sign in to comment.