infobloxopen / terraform-provider-infoblox

Infoblox NIOS Terraform Provider
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
67 stars 77 forks source link

Provider configuration documentation #201

Closed bgmonroe closed 2 years ago

bgmonroe commented 2 years ago

Please add the provider's configuration options to the documentation. I think most folks would prefer to only look at https://registry.terraform.io/providers/infobloxopen/infoblox/latest/docs, and not have to read through the go code in github to figure out how to set up credentials, ports, wapi_version, etc.

skudriavtsev commented 2 years ago

Fixed in v2.1.0.

bgmonroe commented 2 years ago

Huh? How is this fixed? I don't see any updates to the docs/index.md file addressing the provider configuration. I would expect that the provider schema would be documented/discussed in the docs/index.md file...where it currently isn't.

melendezd commented 1 year ago

Huh? How is this fixed? I don't see any updates to the docs/index.md file addressing the provider configuration. I would expect that the provider schema would be documented/discussed in the docs/index.md file...where it currently isn't.

Seconding this, currently there is not enough information in the docs to know how to properly configure the provider. Spent a while looking around for something like this until I landed on this issue.