Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAST: 02-networking-* not working with configuration switches #714

Closed
gustavovalverde opened this issue Jul 5, 2022 · 1 comment · Fixed by #715
Closed

FAST: 02-networking-* not working with configuration switches #714

gustavovalverde opened this issue Jul 5, 2022 · 1 comment · Fixed by #715
Assignees

Comments

@gustavovalverde
Copy link
Contributor

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.
@gustavovalverde gustavovalverde changed the title fast: 02-networking-* not working with configuration switches FAST: 02-networking-* not working with configuration switches Jul 5, 2022
@ludoo ludoo self-assigned this Jul 5, 2022
ludoo added a commit that referenced this issue Jul 5, 2022
@ludoo ludoo closed this as completed in #715 Jul 5, 2022
ludoo added a commit that referenced this issue Jul 5, 2022
@ludoo
Copy link
Collaborator

ludoo commented Jul 5, 2022

Thanks for reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants