-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Open
Labels
new-resourceIntroduces a new resource.Introduces a new resource.service/servicequotasIssues and PRs that pertain to the servicequotas service.Issues and PRs that pertain to the servicequotas service.
Description
What new functionality are you requesting?
- Resource:
aws_servicequotas_automatic_management
Description
Recently AWS added support for automatic quotas management: https://aws.amazon.com/about-aws/whats-new/2025/10/automatic-quota-management-service-quotas/
This new feature monitors quota usage, and notifies customers before they run out of their allocated quotas supported on AWS Service Quotas.
Potential Terraform Configuration
resource "aws_servicequotas_automatic_management" "example" {
notification_arn = ""
exclusion_list = []
}References
StartAutoManagement.go
StopAutoManagement.go
AWS docs
Would you like to implement the enhancement?
No
mebuffet, thebigcosinus, DovAmir, parched3205, bugblatter2016 and 1 more
Metadata
Metadata
Assignees
Labels
new-resourceIntroduces a new resource.Introduces a new resource.service/servicequotasIssues and PRs that pertain to the servicequotas service.Issues and PRs that pertain to the servicequotas service.