aws: kms_alias - Remove unnecessary default ForceNew state

This commit is contained in:
Radek Simko 2015-11-14 17:21:12 +00:00 committed by Radek Simko
parent 5c9fe668f5
commit fccffbcbb1
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ func resourceAwsKmsAlias() *schema.Resource {
"target_key_id": &schema.Schema{
Type: schema.TypeString,
Required: true,
ForceNew: false,
},
},
}