Skip to content

Commit

Permalink
Make key_name optional in container_cluster.database_encryption (#2163)
Browse files Browse the repository at this point in the history
Merged PR #2163.
  • Loading branch information
Ty Larrabee authored and modular-magician committed Aug 13, 2019
1 parent 9807aa3 commit 416603f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
2 changes: 1 addition & 1 deletion build/terraform-mapper
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ func resourceContainerCluster() *schema.Resource {
"key_name": {
Type: schema.TypeString,
ForceNew: true,
Required: true,
Optional: true,
},
},
},
Expand Down

0 comments on commit 416603f

Please sign in to comment.