hashicorp / terraform-provider-infoblox

This provider has moved to https://github.com/infobloxopen/terraform-provider-infoblox
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
12 stars 22 forks source link

Provider params incorrect #7

Closed CultClassik closed 4 years ago

CultClassik commented 4 years ago

Using the provider with tf 0.12.26, I had to use:

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

NOT INFOBLOX_SERVER="" INFOBLOX_USERNAME="" INFOBLOX_PASSWORD=""

CultClassik commented 4 years ago

Also note, the examples are incomplete. They do not include the provider, which is where I tried to find the correct param names after TF warned that INFOBLOX_SERVER is not expected here, etc. Examples should be complete and usable.

AvRajath commented 4 years ago

Closing this issue as the document is now updated with appropriate parameters.