You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using configuration switches and setting data_platform = false then the service accounts for data-platform-dev and data-platform-prod have null values, causing interpolation issues with main.tf in this stage.
│ Error: Invalid template interpolation value
│
│ on main.tf line 39, in locals:
│ 39: for k, v in coalesce(var.service_accounts, {}) : k => "serviceAccount:${v}"
│
│ The expression result is null. Cannot include a null value in a string template.
The text was updated successfully, but these errors were encountered:
gustavovalverde
changed the title
fast: 02-networking-* not working with configuration switches
FAST: 02-networking-* not working with configuration switches
Jul 5, 2022
When using configuration switches and setting
data_platform = false
then the service accounts fordata-platform-dev
anddata-platform-prod
havenull
values, causing interpolation issues withmain.tf
in this stage.The text was updated successfully, but these errors were encountered: