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

resource/aws_servicequotas_service_quota: Error accessing globalaccelerator/L-BE074EF3 quota #19735

Closed
gdavison opened this issue Jun 9, 2021 · 2 comments · Fixed by #19738
Closed
Assignees
Labels
documentation Introduces or discusses updates to documentation. service/servicequotas Issues and PRs that pertain to the servicequotas service.
Milestone

Comments

@gdavison
Copy link
Contributor

gdavison commented Jun 9, 2021

I'm hitting a similar error with globalaccelerator quota:

aws_servicequotas_service_quota.ga: Creating...

Error: error getting Service Quotas Service Quota (globalaccelerator/L-BE074EF3): NoSuchResourceException:

  on main.tf line 2, in resource "aws_servicequotas_service_quota" "ga":
   2: resource "aws_servicequotas_service_quota" "ga" {

Originally posted by @ffreitas-te in #13075 (comment)

Though Global Accelerator is available in many regions, the quota can only be accessed in the us-east-1 region.

$ aws service-quotas get-aws-default-service-quota --service-code globalaccelerator --quota-code L-BE074EF3 --region us-west-2

An error occurred (NoSuchResourceException) when calling the GetAWSDefaultServiceQuota operation: The request failed because the specified service does not exist.

$ aws service-quotas get-aws-default-service-quota --service-code globalaccelerator --quota-code L-BE074EF3 --region us-east-1
{
    "Quota": {
        "ServiceCode": "globalaccelerator",
        "ServiceName": "AWS Global Accelerator",
        "QuotaArn": "arn:aws:servicequotas:::globalaccelerator/L-BE074EF3",
        "QuotaCode": "L-BE074EF3",
        "QuotaName": "Accelerators per AWS account",
        "Value": 20.0,
        "Unit": "None",
        "Adjustable": true,
        "GlobalQuota": true
    }
}
@github-actions github-actions bot added the service/servicequotas Issues and PRs that pertain to the servicequotas service. label Jun 9, 2021
@gdavison gdavison self-assigned this Jun 9, 2021
@gdavison gdavison added the documentation Introduces or discusses updates to documentation. label Jun 9, 2021
@github-actions github-actions bot added this to the v3.45.0 milestone Jun 9, 2021
@github-actions
Copy link

This functionality has been released in v3.45.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!

@github-actions
Copy link

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 Jul 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. service/servicequotas Issues and PRs that pertain to the servicequotas service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant