Skip to main content
← Back to index page

1.176.1

🚀 Enhancements

fix: Use `vpc` without tenant

Why

│ Error: Error in function call

│ on remote-state.tf line 10, in module "vpc_flow_logs_bucket":
10: tenant = coalesce(var.vpc_flow_logs_bucket_tenant_name, module.this.tenant)
│ ├────────────────
│ │ while calling coalesce(vals...)
│ │ module.this.tenant is ""
│ │ var.vpc_flow_logs_bucket_tenant_name is null

│ Call to function "coalesce" failed: no non-null, non-empty-string
│ arguments.

Commiters

Pull Requests