Skip to content

Commit 1d2d18f

Browse files
authored
chore: updating README.md (#466)
1 parent 65febc5 commit 1d2d18f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ complete the following prerequisites:
8989
* `Tenant ID`: String Type
9090
* `CMP Type`: String Type
9191
* `Cloud API Owned`: List Type (Values: True, False)
92-
* To use the Infoblox IPAM Plug-In for Terraform, you must either define the extensible attribute `Terraform Internal ID`
93-
in NIOS or use `super user` to execute the below cmd. It will create the read only extensible attribute `Terraform Internal ID`.
94-
for more details refer to the [Infoblox NIOS Documentation](https://docs.infoblox.com/space/NIOS/35400616/NIOS).
92+
* To use the Infoblox IPAM Plug-In for Terraform, you must either define the extensible attribute `Terraform Internal ID`.
93+
in NIOS or use `super user` to execute the below cmd. It will create the read only extensible attribute `Terraform Internal ID`. For more details refer to the prerequisites in [index.md](docs/index.md) or [Infoblox NIOS Documentation](https://docs.infoblox.com/space/NIOS/35400616/NIOS).
9594
```shell
9695
curl -k -u <SUPERUSER>:<PASSWORD> -H "Content-Type: application/json" -X POST https://<NIOS_GRID_IP>/wapi/<WAPI_VERSION>/extensibleattributedef -d '{"name": "Terraform Internal ID", "flags": "CR", "type": "STRING", "comment": "Internal ID for Terraform Resource"}'
9796
```

0 commit comments

Comments
 (0)