Skip to content

Commit 8604e30

Browse files
committed
Make feature_name optional
1 parent 371610f commit 8604e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/rds/cluster_role_association.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func resourceClusterRoleAssociation() *schema.Resource {
5050
},
5151
"feature_name": {
5252
Type: schema.TypeString,
53-
Required: true,
53+
Optional: true,
5454
ForceNew: true,
5555
},
5656
names.AttrRoleARN: {

0 commit comments

Comments
 (0)