We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0d7d1 commit c224c90Copy full SHA for c224c90
modules/gcp/gcs-lb-domain/main.tf
@@ -2,7 +2,7 @@
2
3
# Enable the services needed for this module
4
resource "google_project_service" "services" {
5
- for_each = local.services
+ for_each = toset(local.services)
6
project = data.google_client_config.current.project
7
service = each.value
8
disable_on_destroy = false
0 commit comments