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

d/aws_elb_service_account, d/aws_redshift_service_account : AWS Zurich eu-central-2 is now opened #27874

Closed
keenobi opened this issue Nov 18, 2022 · 4 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/elb Issues and PRs that pertain to the elb service. service/redshift Issues and PRs that pertain to the redshift service.

Comments

@keenobi
Copy link

keenobi commented Nov 18, 2022

Description

Hello,

provider v4.40.0 is now released but these two data sources still do not work :

Steps to reproduce

$ cat main.tf 
provider "aws" {
  region = "eu-central-2"
}
data "aws_elb_service_account" "this" {}
data "aws_redshift_service_account" "this" {}

$ terraform --version
Terraform v1.3.5
on linux_amd64
+ provider registry.terraform.io/hashicorp/aws v4.40.0


$ terraform apply
╷
│ Error: Unknown region ("eu-central-2")
│ 
│   with data.aws_elb_service_account.this,
│   on main.tf line 5, in data "aws_elb_service_account" "this":
│    5: data "aws_elb_service_account" "this" {}
│ 
╵
╷
│ Error: Unknown region ("eu-central-2")
│ 
│   with data.aws_redshift_service_account.this,
│   on main.tf line 6, in data "aws_redshift_service_account" "this":
│    6: data "aws_redshift_service_account" "this" {}
│ 

Thank you for all your incredible work 🙏

Requested Resource(s) and/or Data Source(s)

  • aws_elb_service_account
  • aws_redshift_service_account

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

No

@keenobi keenobi added the needs-triage Waiting for first response or review from a maintainer. label Nov 18, 2022
@github-actions
Copy link

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 service/elb Issues and PRs that pertain to the elb service. service/redshift Issues and PRs that pertain to the redshift service. labels Nov 18, 2022
@ewbankkit
Copy link
Contributor

As of today those new values are not published in online AWS documentation.

@ewbankkit ewbankkit added enhancement Requests to existing resources that expand the functionality or scope. and removed needs-triage Waiting for first response or review from a maintainer. labels Nov 18, 2022
@ewbankkit ewbankkit changed the title AWS Zurich eu-central-2 is now opened d/aws_elb_service_account, d/aws_redshift_service_account : AWS Zurich eu-central-2 is now opened Nov 18, 2022
@ewbankkit
Copy link
Contributor

@keenobi Thanks for raising this issue 👏.
For the newer Regions AWS document that service principals should be used instead of account IDs:

The maintainers will discuss what we do with such Regions in these data sources.

@github-actions
Copy link

github-actions bot commented Sep 9, 2023

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/elb Issues and PRs that pertain to the elb service. service/redshift Issues and PRs that pertain to the redshift service.
Projects
None yet
Development

No branches or pull requests

2 participants