Skip to content

Commit

Permalink
Add optional tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharon Nam authored and Sharon Nam committed Aug 31, 2024
1 parent 1fa1ae4 commit d95b9e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/service/appconfig/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ func ResourceExtension() *schema.Resource {
Required: true,
},
names.AttrRoleARN: {
Type: schema.TypeString,
Type: schema.TypeString,
Optional: true,
},
names.AttrURI: {
Type: schema.TypeString,
Expand Down

0 comments on commit d95b9e6

Please sign in to comment.