Merge pull request #8806 from optimisticanshul/8793-snapshot-identifier

Changing snapshot_identifier on aws_db_instance resource should force…
This commit is contained in:
Paul Stack 2016-09-26 12:01:47 +01:00 committed by GitHub
commit a77d55c919
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ func resourceAwsDbInstance() *schema.Resource {
Type: schema.TypeString,
Computed: false,
Optional: true,
ForceNew: true,
Elem: &schema.Schema{Type: schema.TypeString},
},