terraform-provider-aws icon indicating copy to clipboard operation
terraform-provider-aws copied to clipboard

[New Resource]: aws_fms_resource_set

Open stumyp opened this issue 1 year ago • 1 comments

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

stumyp avatar Dec 20 '23 00:12 stumyp