mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-09 23:54:17 -06:00
Merge pull request #8806 from optimisticanshul/8793-snapshot-identifier
Changing snapshot_identifier on aws_db_instance resource should force…
This commit is contained in:
commit
a77d55c919
@ -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
Block a user