Skip to content

Commit

Permalink
Make key_name optional in container_cluster.database_encryption (#1032)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and Ty Larrabee committed Aug 13, 2019
1 parent 099607e commit 345b05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-beta/resource_container_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ func resourceContainerCluster() *schema.Resource {
"key_name": {
Type: schema.TypeString,
ForceNew: true,
Required: true,
Optional: true,
},
},
},
Expand Down

0 comments on commit 345b05d

Please sign in to comment.