Skip to content

Commit

Permalink
Add nest_custom_fields info to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
d-costa committed Apr 19, 2024
1 parent 191252f commit 3750307
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ along to the configuration for a VM, say, for example, a

```hcl
provider "phpipam" {
app_id = "test"
endpoint = "https://phpipam.example.com/api"
password = "PHPIPAM_PASSWORD"
username = "Admin"
insecure = false
app_id = "test"
endpoint = "https://phpipam.example.com/api"
password = "PHPIPAM_PASSWORD"
username = "Admin"
insecure = false
nest_custom_fields = false
}
data "phpipam_subnet" "subnet" {
Expand Down Expand Up @@ -109,9 +110,9 @@ The options for the plugin are as follows:
supplied via the `PHPIPAM_USER_NAME` variable.
- `insecure` - Set to true to not validate the HTTPS certificate chain.
Optional parameter, can be used only with HTTPS connections
- `nest_custom_fields` - Set to true if your PHPIPAM application has the nested
custom fields feature enabled. ptional parameter, currently only affects
subnet resources.
- `nest_custom_fields` - Set to true if the API application has this feature
enabled. Currently, this allows the provider to only make one API call when
creating subnets, instead of two.

### Resource importing

Expand Down

0 comments on commit 3750307

Please sign in to comment.