Issue #3894 RDS publicly_accessible param shouldn't force new resource

Change-Id: I833f9e07f3fc1f6ee475673ad978b3982f0b6273
This commit is contained in:
Brandon Rochon 2015-11-12 13:33:27 -08:00
parent 4252a3e557
commit b6738f13c1
1 changed files with 0 additions and 1 deletions

View File

@ -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{