Changing snapshot_identifier on aws_db_instance resource should force a rebuild
This commit is contained in:
parent
896b89a343
commit
0e93a964b2
|
@ -265,6 +265,7 @@ func resourceAwsDbInstance() *schema.Resource {
|
|||
Type: schema.TypeString,
|
||||
Computed: false,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Elem: &schema.Schema{Type: schema.TypeString},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue