more linting

This commit is contained in:
Keith Harvey 2023-06-28 14:07:36 +01:00 committed by GitHub
parent f9742c5405
commit 52ad1fee34
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.composer_config.web_server_network_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"]