hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.36k stars 1.75k forks source link

Add WebServer_Network_Access_Control block in google_composer_environment #16593

Closed imrannayer closed 1 year ago

imrannayer commented 1 year ago

Community Note

Description

New or Affected Resource(s)

Potential Terraform Configuration

resource "google_composer_environment" "test" {
  name   = "example-composer-env"
  region = "us-central1"
 config {
    software_config {
      image_version = "composer-2-airflow-2"
    }
  }

  WebServer_Network_Access_Control {
    allowed_Ip_Ranges {
      value = "10.10.10.10/32"
      description = "Desktop IP addresses"
    }
  }
}

Add WebServer_Network_Access_Control block in google_composer_environment

References

b/313619973

imrannayer commented 1 year ago

Feature is available as web_server_network_access_control in provider.

github-actions[bot] commented 11 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.