terraform-provider-aws
terraform-provider-aws copied to clipboard
[New Resource]: aws_fms_resource_set
Description
In order to work with imported firewall management model type Terraform has to support resource sets.
Requested Resource(s) and/or Data Source(s)
- aws_fms_resource_set
Potential Terraform Configuration
resource "aws_fms_resource_set" "this" {
description = string
name = string
resources = list(string)
tags = map()
}
References
-
Go SDK: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/fms#Client.PutResourceSet
-
AWS: https://docs.aws.amazon.com/waf/latest/developerguide/fms-resource-sets.html
-
CloudFormation: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-resourceset.html
-
Related to: https://github.com/hashicorp/terraform-provider-aws/issues/33372
Would you like to implement a fix?
None