Skip to content

Commit

Permalink
Fix nesting of ForceNew in encryption_config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandra Jarmolińska committed Feb 11, 2021
1 parent 642206d commit a2d8ace
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ func resourceComposerEnvironment() *schema.Resource {
"kms_key_name": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: `Optional. Customer-managed Encryption Key available through Google's Key Management Service. Cannot be updated.`,
},
},
Expand Down

0 comments on commit a2d8ace

Please sign in to comment.