We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Region no longer an argument of the s3 bucket resource as of version 3.0.0 of the Terraform AWS provider.
AWS Provider Changelog https://github.com/terraform-providers/terraform-provider-aws/blob/master/CHANGELOG.md
Commit #14127 hashicorp/terraform-provider-aws#14127
What this Means You will see errors like this when your plan runs
These errors can be fixed by removing this argument from your code region = var.aws_region
region = var.aws_region
Impacted Modules
Next Steps:
The text was updated successfully, but these errors were encountered:
removed region
6a2643b
removed region variable and arguments from s3 module to resolve issue #19
published new branch and pull request to resolve.
Sorry, something went wrong.
issue resolved by removing region arguments and variables from s3 and cloudtrail modules.
zachreborn
Jakeasaurus
No branches or pull requests
Region No Longer S3 Argument
Region no longer an argument of the s3 bucket resource as of version 3.0.0 of the Terraform AWS provider.
AWS Provider Changelog
https://github.com/terraform-providers/terraform-provider-aws/blob/master/CHANGELOG.md
Commit #14127
hashicorp/terraform-provider-aws#14127
What this Means
You will see errors like this when your plan runs
These errors can be fixed by removing this argument from your code
region = var.aws_region
Impacted Modules
Next Steps:
The text was updated successfully, but these errors were encountered: