-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
v1.9.0: VPC Endpoint Data Resource no longer works in GovCloud #3506
Comments
Probably related to #3317. |
@jmcarp Any ideas? I'm no good with Go or I'd try to patch it myself. I'd be happy to test a fix, of course. |
Hi @lorengordon, thanks so much for reporting this and sorry that you are running into trouble here. For full disclosure, there are some improvements we could make on the maintainer side for handling acceptance testing of the AWS US Government partition as currently any testing is very manual. I'll spend some time the coming days to write up what will be required to get fully automated testing setup so it can be on our product roadmap and prioritized. In the meantime, I'll try to to take a look at this on Monday. |
Fix has been merged into master and will be released with v1.11.0 of the AWS provider, likely at the end of this week. |
This has been released in version 1.11.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
As of v1.9.0 of the terraform aws provider, I can no longer use the
aws_vpc_endpoint_service
data resource to get theservice_name
for the S3 VPC Endpoint in a GovCloud region. If I revert back to v1.8.0, it works fine.Terraform Version
Affected Resource(s)
aws_vpc_endpoint_service
Terraform Configuration Files
Debug Output
Debug output
Gist contains both the non-working behavior in v1.9.0 and the working behavior in v1.8.0.
Expected Behavior
Expected the data resource to resolve and provide the
service_name
, as it does in v1.8.0.Actual Behavior
terraform plan
threw an error:Steps to Reproduce
terraform plan
The text was updated successfully, but these errors were encountered: