Skip to content

Commit

Permalink
private_networking_visibility description change - remove PrivateLink…
Browse files Browse the repository at this point in the history
… as the flag is not required (#79)

* Update cluster_resource.go

* Update cluster_resource.go

* Update cluster_resource.go

* updates docs for desc change
  • Loading branch information
marksoper committed Feb 8, 2023
1 parent 29e23af commit 0f7d36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Optional:
- `disk_iops` (Number)
- `machine_type` (String)
- `num_virtual_cpus` (Number)
- `private_network_visibility` (Boolean) Set to true to assign private IP addresses to nodes. Required for CMEK, PrivateLink, and other advanced features.
- `private_network_visibility` (Boolean) Set to true to assign private IP addresses to nodes. Required for CMEK and other advanced networking features.
- `storage_gib` (Number)

Read-Only:
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/cluster_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (r *clusterResource) Schema(_ context.Context, _ resource.SchemaRequest, re
"private_network_visibility": schema.BoolAttribute{
Optional: true,
Computed: true,
Description: "Set to true to assign private IP addresses to nodes. Required for CMEK, PrivateLink, and other advanced features.",
Description: "Set to true to assign private IP addresses to nodes. Required for CMEK and other advanced networking features.",
PlanModifiers: []planmodifier.Bool{
boolplanmodifier.UseStateForUnknown(),
},
Expand Down

0 comments on commit 0f7d36b

Please sign in to comment.