Issue #3894 RDS publicly_accessible param shouldn't force new resource
Change-Id: I833f9e07f3fc1f6ee475673ad978b3982f0b6273
This commit is contained in:
parent
4252a3e557
commit
b6738f13c1
|
@ -146,7 +146,6 @@ func resourceAwsDbInstance() *schema.Resource {
|
|||
"publicly_accessible": &schema.Schema{
|
||||
Type: schema.TypeBool,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
},
|
||||
|
||||
"vpc_security_group_ids": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue