Skip to content

Commit

Permalink
Merge pull request #27656 from frek818/b-SecretRotationRemoveTags
Browse files Browse the repository at this point in the history
remove tags field from aws_secretsmanager_secret_rotation resource
  • Loading branch information
jar-b authored Nov 7, 2022
2 parents 2870a5f + e010699 commit 247f77d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changelog/27656.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
```release-note:breaking-change
resource/aws_secretsmanager_secret_rotation: Remove unused `tags` attribute
```

2 changes: 0 additions & 2 deletions internal/service/secretsmanager/secret_rotation.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-provider-aws/internal/conns"
tftags "github.com/hashicorp/terraform-provider-aws/internal/tags"
"github.com/hashicorp/terraform-provider-aws/internal/tfresource"
)

Expand Down Expand Up @@ -52,7 +51,6 @@ func ResourceSecretRotation() *schema.Resource {
},
},
},
"tags": tftags.TagsSchema(),
},
}
}
Expand Down

0 comments on commit 247f77d

Please sign in to comment.