Skip to content

Commit

Permalink
More behavior unification with container_cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Ty Larrabee committed Jul 17, 2019
1 parent b612cb9 commit 4ac0fe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,9 @@ func resourceComposerEnvironment() *schema.Resource {
Schema: map[string]*schema.Schema{
"enable_private_endpoint": {
Type: schema.TypeBool,
Required: true,
Optional: true,
ForceNew: true,
Default: true,
},
"master_ipv4_cidr_block": {
Type: schema.TypeString,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,10 @@ The `private_environment_config` block supports:

The `ip_allocation_policy` block supports:

* `use_ap_aliases` -
* `use_ip_aliases` -
(Optional)
Whether or not to enable Alias IPs in the GKE cluster. If true, a VPC-native cluster is created.
Defaults to true if the `ip_allocation_block` is present in config.

* `cluster_secondary_range_name` -
(Optional)
Expand Down

0 comments on commit 4ac0fe6

Please sign in to comment.