-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Bug]: "aws_api_gateway_integration" keeps reporting 'connection_type = "INTERNET"' change for MOCK integrations #29090
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
OK, this may be the same as #28997, but the |
Have the same issue:
|
Same issue here: ~ resource "aws_api_gateway_integration" "test-auth-method-integration" { |
Hey y'all 👋 This was fixed with #29016, which will go out with version |
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. |
Terraform Core Version
1.3.1
AWS Provider Version
4.51.0
Affected Resource(s)
aws_api_gateway_integration
Expected Behavior
Terraform should not continously show
MOCK
type integrations as subject to change.Actual Behavior
Regardless of which configuration option (see below) we use for the resource,
terraform plan
always shows this bit:Relevant Error/Panic Output Snippet
Terraform Configuration Files
Initially, we had this:
Later, we changed it to this:
In both cases, the output of
terraform plan
is the same - it shows the change on theconnection_type
attribute.Steps to Reproduce
aws_api_gateway_integration
resource withMOCK
type and noconnection_type
in HCL.terraform apply
terraform plan
and observe it wants to setconnection_type
toINTERNET
connection_type
toINTERNET
, and runterraform apply
terraform plan
again and observe it still wants to setconnection_type
toINTERNET
Debug Output
N/A
Panic Output
N/A
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: