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

Support Managing Service Quotas Templates #9119

Closed
bflad opened this issue Jun 25, 2019 · 5 comments
Closed

Support Managing Service Quotas Templates #9119

bflad opened this issue Jun 25, 2019 · 5 comments
Assignees
Labels
new-resource Introduces a new resource. prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. service/servicequotas Issues and PRs that pertain to the servicequotas service.
Milestone

Comments

@bflad
Copy link
Contributor

bflad commented Jun 25, 2019

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

The new Service Quotas service provides a simplified method for requesting quota (limit) increases across accounts within an AWS Organizations Organization. This appears to be a quota request template, containing quota increase requests, that can be associated with the organization. For managing individual service quotas, see #9118.

New Resource(s)

  • aws_servicequotas_template
  • aws_servicequotas_template_association

Potential Terraform Configuration

# Relevant API Calls:
#   DeleteServiceQuotaIncreaseRequestFromTemplate
#   ListServiceQuotaIncreaseRequestsInTemplatePages
#   PutServiceQuotaIncreaseRequestIntoTemplate
resource "aws_servicequotas_template" "example" {
  service_quota_increase_request {
    aws_region    = "..." # TypeString, Required
    desired_value = 123   # TypeFloat, Required
    quota_code    = "..." # TypeString, Required
    service_code  = "..." # TypeString, Required
  }
}

# Relevant API Calls:
#   AssociateServiceQuotaTemplate
#   DisassociateServiceQuotaTemplate
#   GetAssociationForServiceQuotaTemplate
resource "aws_servicequotas_template_association" "example" {
  status = "..." # TypeString, Optional, Computed, Default "ASSOCIATED"
}

References

@bflad bflad added new-resource Introduces a new resource. service/servicequotas Issues and PRs that pertain to the servicequotas service. labels Jun 25, 2019
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Jun 25, 2019
@bflad bflad removed the needs-triage Waiting for first response or review from a maintainer. label Jun 25, 2019
@github-actions
Copy link

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!

@github-actions github-actions bot added the stale Old or inactive issues managed by automation, if no further action taken these will get closed. label Jun 14, 2021
@mwarkentin
Copy link
Contributor

This would still be nice to have. :)

@github-actions github-actions bot removed the stale Old or inactive issues managed by automation, if no further action taken these will get closed. label Jun 15, 2021
@breathingdust breathingdust added the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Jul 25, 2023
@jar-b jar-b self-assigned this Sep 25, 2023
@jar-b jar-b added this to the v5.21.0 milestone Oct 11, 2023
@jar-b
Copy link
Member

jar-b commented Oct 11, 2023

Closed via #33688, #33725, and #33871.

@jar-b jar-b closed this as completed Oct 11, 2023
@github-actions
Copy link

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

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 Nov 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-resource Introduces a new resource. prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. service/servicequotas Issues and PRs that pertain to the servicequotas service.
Projects
None yet
Development

No branches or pull requests

4 participants