Skip to content

Commit

Permalink
Update modules/vpc/main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: michalbil <92343355+michalbil@users.noreply.github.com>
  • Loading branch information
horiagunica and michalbil authored Oct 8, 2024
1 parent a40a067 commit c4be263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ resource "google_compute_subnetwork" "this" {
project = var.project_id
stack_type = each.value.stack_type
ipv6_access_type = each.value.ipv6_access_type

dynamic "log_config" {
for_each = each.value.log_config != null ? [each.value.log_config] : []

Expand Down

0 comments on commit c4be263

Please sign in to comment.