Skip to content

fix: Update map function to work in Terraform 0.15#44

Merged
antonbabenko merged 5 commits intoterraform-aws-modules:masterfrom
matthewrkrieger:update-map-for-terraform-0_15
May 5, 2021
Merged

fix: Update map function to work in Terraform 0.15#44
antonbabenko merged 5 commits intoterraform-aws-modules:masterfrom
matthewrkrieger:update-map-for-terraform-0_15

Conversation

@matthewrkrieger
Copy link
Contributor

Description

Update call to deprecated map function to use tomap instead

Motivation and Context

Resolves #43

https://www.hashicorp.com/blog/deprecating-terraform-0-11-support-in-terraform-providers

Breaking Changes

Will break Terraform <0.12

How Has This Been Tested?

  • I have tested and validated these changes using the examples/complete project
$ terraform version
Terraform v0.15.0
on darwin_amd64
+ provider registry.terraform.io/hashicorp/aws v3.38.0

@matthewrkrieger matthewrkrieger changed the title Update map function to use tomap fix: Update map function to use tomap May 3, 2021
@antonbabenko
Copy link
Member

@bryantbiggs Do you know what is going on with failed GH Actions / terraform_docs?

@bryantbiggs
Copy link
Member

@antonbabenko it looks to be working as expected #45 - the only thing that looks slightly different here is that @matthewrkrieger is a first time contributor and Github doesn't automatically run actions for first time contributors without approval first

image

@antonbabenko
Copy link
Member

@antonbabenko antonbabenko changed the title fix: Update map function to use tomap fix: Update map function to work in Terraform 0.15 May 5, 2021
@antonbabenko antonbabenko merged commit 4f006ee into terraform-aws-modules:master May 5, 2021
@antonbabenko
Copy link
Member

Thanks, @matthewrkrieger !

v2.1.0 has been just released.

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecated Function Call

3 participants