Skip to content

Support a Edge policy and Custom Response Headers on backend buckets #548

@LeonardoDG2084

Description

@LeonardoDG2084

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?

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions