-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
update terraform-provider-aws and aws-sdk-go versions #17990
Comments
hi @danbf Thanks for opening this issue :) The version of the AWS Provider and the version of Terraform Core are related, but can be updated independently. Since 1.13.0 has been released - you can access this by setting this as the version needed in the Provider block, for example:
Once that's set - you should be able to run Thanks! |
@tombuildsstuff i was getting error's on that when i had something like this set. i can re-produce but the text said something like plugin version so is terraform no longer going to update plugins via a mechanism like #17901 ?
|
figured out the issue here. had more then one module with a provider version and when they were different versions i got things like |
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. |
please update terraform-provider-aws and aws-sdk-go versions. support for AWS regional WAF is supported there but until the terraform-provider-aws plugin is merged here it's not available
https://github.com/terraform-providers/terraform-provider-aws/blob/master/CHANGELOG.md#1130-march-28-2018
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
N/A
Expected Behavior
terraform should be able to aws_wafregional_web_acl objects
Actual Behavior
aws provider plugin does not support aws_wafregional_web_acl objects
Steps to Reproduce
terraform apply
of the example in https://www.terraform.io/docs/providers/aws/r/wafregional_web_acl.htmlAdditional Context
there is an existing PR to update these: #17901
References
#17901
https://github.com/terraform-providers/terraform-provider-aws/releases/tag/v1.13.0
The text was updated successfully, but these errors were encountered: