Skip to content

Commit

Permalink
Merge pull request #39403 from LeoCie/d-add-services-to-aws_backup_re…
Browse files Browse the repository at this point in the history
…gion_settings

Include all services in backup_region_settings documentation
  • Loading branch information
ewbankkit committed Sep 19, 2024
2 parents f732cd3 + fff70c2 commit fa9ad8a
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions website/docs/r/backup_region_settings.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,21 @@ Provides an AWS Backup Region Settings resource.
```terraform
resource "aws_backup_region_settings" "test" {
resource_type_opt_in_preference = {
"Aurora" = true
"DocumentDB" = true
"DynamoDB" = true
"EBS" = true
"EC2" = true
"EFS" = true
"FSx" = true
"Neptune" = true
"RDS" = true
"Storage Gateway" = true
"VirtualMachine" = true
"Aurora" = true
"DocumentDB" = true
"DynamoDB" = true
"EBS" = true
"EC2" = true
"EFS" = true
"FSx" = true
"Neptune" = true
"RDS" = true
"Storage Gateway" = true
"VirtualMachine" = true
"CloudFormation" = true
"Redshift" = true
"S3" = true
"SAP HANA on Amazon EC2" = true
}
resource_type_management_preference = {
Expand Down

0 comments on commit fa9ad8a

Please sign in to comment.