Skip to content

Commit

Permalink
Merge pull request #8806 from optimisticanshul/8793-snapshot-identifier
Browse files Browse the repository at this point in the history
Changing snapshot_identifier on aws_db_instance resource should force…
  • Loading branch information
stack72 authored Sep 26, 2016
2 parents 702c326 + 0e93a96 commit a77d55c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/aws/resource_aws_db_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ func resourceAwsDbInstance() *schema.Resource {
Type: schema.TypeString,
Computed: false,
Optional: true,
ForceNew: true,
Elem: &schema.Schema{Type: schema.TypeString},
},

Expand Down

0 comments on commit a77d55c

Please sign in to comment.