-
Notifications
You must be signed in to change notification settings - Fork 392
Open
Description
Hi,
I'm using this module (https://github.com/terraform-google-modules/terraform-google-lb-http/tree/main/modules/backend) and I noticed that the google_compute_backend_bucket resource doesn't support some attributes like edge_security_policy and custom_response_headers which are implemented in the google_compute_backend_service resource by this module. Is this lack of implementation a design decision (best practice), or has it really not been implemented?
terraform-google-lb-http/modules/backend/main.tf
Lines 352 to 362 in e4b5d9a
| resource "google_compute_backend_bucket" "default" { | |
| provider = google-beta | |
| count = local.is_backend_bucket ? 1 : 0 | |
| project = var.project_id | |
| name = var.name | |
| bucket_name = var.backend_bucket_name | |
| enable_cdn = var.enable_cdn | |
| description = var.description | |
Metadata
Metadata
Assignees
Labels
No labels