Update 02-composer.tf

This commit is contained in:
Keith Harvey 2023-06-28 13:56:35 +01:00 committed by GitHub
parent b30efa8bfe
commit 9e8323bd7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ resource "google_composer_environment" "processing-cmp-0" {
}
web_server_network_access_control {
dynamic "allowed_ip_range" {
for_each = var.webserver_access_ip_ranges
for_each = var.composer_config.web_server_network_access_ip_ranges
content {
value = allowed_ip_range.value["value"]
description = allowed_ip_range.value["description"]