mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #1871 from hashicorp/b-aws-sg-description-force-new
provider/aws: SG description should be ForceNew
This commit is contained in:
commit
edd108e2cc
@ -32,6 +32,7 @@ func resourceAwsSecurityGroup() *schema.Resource {
|
||||
"description": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Default: "Managed by Terraform",
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user