Skip to content
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]: ap-southeast-5 #39224

Closed
raanand-dig opened this issue Sep 9, 2024 · 5 comments · Fixed by #39389
Closed

[Bug]: ap-southeast-5 #39224

raanand-dig opened this issue Sep 9, 2024 · 5 comments · Fixed by #39389
Labels
bug Addresses a defect in current functionality. service/meta Issues and PRs that pertain to the meta service.
Milestone

Comments

@raanand-dig
Copy link

raanand-dig commented Sep 9, 2024

Terraform Core Version

1.9.5

AWS Provider Version

5.66.0

Affected Resource(s)

  • data.aws_region

Expected Behavior

provider "aws" {
  region                 = "ap-southeast-5"
}

data aws_region data {}

output output {
  value = data.aws_region.data
}

should return region name

Actual Behavior

╷
│ Error: finding Region by name
│
│   with data.aws_region.data,
│   on main.tf line 6, in data "aws_region" "data":
│    6: data aws_region data {
│
│ region not found for name "ap-southeast-5"
╵

Relevant Error/Panic Output Snippet

╷
│ Error: finding Region by name
│
│   with data.aws_region.data,
│   on main.tf line 6, in data "aws_region" "data":
│    6: data aws_region data {
│
│ region not found for name "ap-southeast-5"

Terraform Configuration Files

provider "aws" {
region = "ap-southeast-5"
}

data aws_region data {}

output output {
value = data.aws_region.data
}

Steps to Reproduce

apply

Debug Output

a.txt

Panic Output

│ Error: finding Region by name

│ with data.aws_region.data,
│ on main.tf line 6, in data "aws_region" "data":
│ 6: data aws_region data {

│ region not found for name "ap-southeast-5"

Important Factoids

No response

References

No response

Would you like to implement a fix?

No

@raanand-dig raanand-dig added the bug Addresses a defect in current functionality. label Sep 9, 2024
Copy link

github-actions bot commented Sep 9, 2024

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Sep 9, 2024
@ewbankkit ewbankkit added service/meta Issues and PRs that pertain to the meta service. and removed needs-triage Waiting for first response or review from a maintainer. labels Sep 9, 2024
@ewbankkit
Copy link
Contributor

Relates #38989.
Relates #36188.

@Shahard2
Copy link

@ewbankkit when we will have a fix for this?

Copy link

Warning

This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.

@github-actions github-actions bot added this to the v5.69.0 milestone Sep 20, 2024
Copy link

This functionality has been released in v5.69.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Addresses a defect in current functionality. service/meta Issues and PRs that pertain to the meta service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants