Skip to content

Commit

Permalink
Change the default description for inline security group rules to ""
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Oct 20, 2021
1 parent 1b0103e commit 807d691
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/service/ec2/security_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func ResourceSecurityGroup() *schema.Resource {
"description": {
Type: schema.TypeString,
Optional: true,
Default: "",
ValidateFunc: validSecurityGroupRuleDescription,
},
},
Expand Down Expand Up @@ -210,6 +211,7 @@ func ResourceSecurityGroup() *schema.Resource {
"description": {
Type: schema.TypeString,
Optional: true,
Default: "",
ValidateFunc: validSecurityGroupRuleDescription,
},
},
Expand Down

0 comments on commit 807d691

Please sign in to comment.