-
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]: Data Source: aws_nat_gateway returning null values for some NAT gateways on eu-west-2 #30865
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Relates #30546? |
Hi @anirban0105 -- could you confirm whether:
If possible, please also provide the output from Thank you! |
@anirban0105 I have attempted, unsuccessfully, to reproduce this issue by comparing the output of provider version 4.62.0 and 4.63.0 as well as 4.64.0. Could you advise whether the following sequence is similar to the one that results in the null outputs in your case?
terraform {
required_version = "1.4.5"
required_providers {
aws = {
source = "hashicorp/aws"
version = "4.62.0"
}
}
}
provider "aws" {
region = "eu-west-2"
}
data "aws_nat_gateway" "ngw" {
id = "nat-03b72bb1e68264dad"
}
output "ngw" {
value = data.aws_nat_gateway.ngw
}
|
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.4.5
AWS Provider Version
4.63.0, 4.64.0
Affected Resource(s)
Expected Behavior
Actual Behavior
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
N/A
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
This is only happening in AWS region eu-west-2. AWS provider 4.62.0 is working fine.
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: