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

Error decoding timeout: Timeout Key (create) is not supported #115

Closed
erran opened this issue Apr 10, 2018 · 8 comments
Closed

Error decoding timeout: Timeout Key (create) is not supported #115

erran opened this issue Apr 10, 2018 · 8 comments

Comments

@erran
Copy link

erran commented Apr 10, 2018

After upgrading terraform-aws-modules/vpc/aws we're seeing the following error in builds related to #113.

terraform init
- module.vpc
  Found version 1.30.0 of terraform-aws-modules/vpc/aws on registry.terraform.io
  Getting source "terraform-aws-modules/vpc/aws"
terraform plan
...
module.vpc.aws_route.private_nat_gateway[2]: [ERR] Error decoding timeout: Timeout Key (create) is not supported
@antonbabenko
Copy link
Member

Erran, make sure you are using AWS provider version 1.11.0 at least.

@erran
Copy link
Author

erran commented Apr 10, 2018

@antonbabenko No problem, I can upgrade. Shouldn't we update the required version of the provider for this module if it is now required though? 😉

required_version = ">= 0.10.3" # introduction of Local Values configuration language feature

@antonbabenko
Copy link
Member

No, Terraform version can be like that, but the version of Terraform AWS provider is important.

@erran
Copy link
Author

erran commented Apr 10, 2018

Oops, you're 💯 right. 😓 My mistake — I read that as provider "aws" { version = "> 0.10.3" } at first. (I'm happy that my issue is resolved by updating the provider version as you've stated)

Should we document for users somewhere that this module requires a minimum version of the aws provider?

@antonbabenko
Copy link
Member

Yes, we probably should but I don't have time to make it properly and automatically (yet). Also I don't want to update this information manually every time and verify which version is required.

@erran
Copy link
Author

erran commented Apr 10, 2018

@antonbabenko Understood. 😄 On the bright side, sure other people will find this issue useful for upgrading if they hit this same issue.

@antonbabenko
Copy link
Member

You are right, this is a reoccurring problem with each major feature release of any Terraform module.

@github-actions
Copy link

github-actions bot commented Nov 5, 2022

I'm going to lock this issue 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 similar to this, 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 Nov 5, 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

No branches or pull requests

2 participants