Skip to content

Commit

Permalink
Merge pull request #28 from F5Networks/devel_20062024_fixdoc
Browse files Browse the repository at this point in the history
adding doc fix
  • Loading branch information
RavinderReddyF5 committed Jun 20, 2024
2 parents f2e8e8e + 712a9b8 commit 46881a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/cm_deploy_vmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "bigipnext_cm_deploy_vmware" "vmware" {
### Optional

- `dns_servers` (List of String) List of DNS servers to assign to each deployed instance
- `l1_networks` (Attributes List) List of l1Newworks to assign to deployed instance, each l1Network is a block of attributes like name, vlans (see [below for nested schema](#nestedatt--l1_networks))
- `l1_networks` (Attributes List) List of l1networks to assign to deployed instance, each l1network is a block of attributes like name, vlans (see [below for nested schema](#nestedatt--l1_networks))
- `ntp_servers` (List of String) List of NTP servers to assign to each deployed instance
- `timeout` (Number) The number of seconds to wait for instance deployment to finish.

Expand Down
2 changes: 1 addition & 1 deletion internal/provider/next_deploy_vmware_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func (r *NextDeployVmwareResource) Schema(ctx context.Context, req resource.Sche
},
},
Optional: true,
MarkdownDescription: "List of l1Newworks to assign to deployed instance, each l1Network is a block of attributes like name, vlans",
MarkdownDescription: "List of l1networks to assign to deployed instance, each l1network is a block of attributes like name, vlans",
},
"provider_id": schema.StringAttribute{
Computed: true,
Expand Down

0 comments on commit 46881a1

Please sign in to comment.