Skip to content

Commit

Permalink
Remove hardcoded description from instance groups created under net-ilb
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Prete committed Jun 5, 2023
1 parent c439a66 commit 544a081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/net-ilb/groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "google_compute_instance_group" "unmanaged" {
project = var.project_id
zone = each.value.zone
name = each.key
description = "Terraform-managed."
description = var.description
instances = each.value.instances
dynamic "named_port" {
for_each = each.value.named_ports
Expand Down

0 comments on commit 544a081

Please sign in to comment.