aws: kms_alias - Remove unnecessary default ForceNew state
This commit is contained in:
parent
5c9fe668f5
commit
fccffbcbb1
|
@ -39,7 +39,6 @@ func resourceAwsKmsAlias() *schema.Resource {
|
|||
"target_key_id": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Required: true,
|
||||
ForceNew: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue