Changing snapshot_identifier on aws_db_instance resource should force a rebuild

This commit is contained in:
Anshul Sharma 2016-09-13 07:39:15 +05:30
parent 896b89a343
commit 0e93a964b2
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},
},