infobloxopen / terraform-provider-infoblox

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

Terraform Registry does not mention provider configuration options #349

Closed ppuschmann closed 3 months ago

ppuschmann commented 4 months ago

The overview-page of the provider in Terraform registry does not show configuration options for the provider: https://registry.terraform.io/providers/infobloxopen/infoblox/latest/docs image

These configuration options are only found in the examples in GitHub: https://github.com/infobloxopen/terraform-provider-infoblox/blob/master/examples/provider.tf

provider "infoblox" {
  server = "172.17.0.2"
  username = "admin"
  password = "infoblox"
}

Please add these configuration options (and possible others) to the provider-page in Terraform Registry.

Thank you.

SanjeevManurkar commented 3 months ago

We are looking into suggestion. I will keep you update on which release will have this change.

ppuschmann commented 3 months ago

Also: what other configuration options are there? Can environment-variables get used to configure credentials? (yes, this is possible)

JkhatriInfobox commented 3 months ago

With latest release we have updated the doc with required information. Kindly check for the latest doc https://registry.terraform.io/providers/infobloxopen/infoblox/latest/docs

ppuschmann commented 3 months ago

Thank you very much for the improvements.