-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Terraform no longer supports the map function #7576
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
@tkob Happy to see a PR with that if you're up to it, thank you |
tkob
added a commit
to tkob/kubespray
that referenced
this issue
Apr 30, 2021
tkob
added a commit
to tkob/kubespray
that referenced
this issue
May 6, 2021
k8s-ci-robot
pushed a commit
that referenced
this issue
May 12, 2021
Closed
LuckySB
pushed a commit
to southbridgeio/kubespray
that referenced
this issue
Jun 17, 2021
…ubernetes-sigs#7578) * Replace map in Terraform scripts with tomap (kubernetes-sigs#7576) * Fix Terraform linter warnings (kubernetes-sigs#7576)
sakuraiyuta
pushed a commit
to sakuraiyuta/kubespray
that referenced
this issue
Apr 16, 2022
…ubernetes-sigs#7578) * Replace map in Terraform scripts with tomap (kubernetes-sigs#7576) * Fix Terraform linter warnings (kubernetes-sigs#7576)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added:
The Terraform scripts in
contrib/terraform/aws
directory use themap
function, but they should be replaced with thetomap
function like the following for them to work with new versions of Terraform.Why is this needed:
The
map
function is no longer available in newer versions.https://www.terraform.io/docs/language/functions/map.html
I am ready to provide patches if you like.
The text was updated successfully, but these errors were encountered: