Closed CultClassik closed 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.
Closing this issue as the document is now updated with appropriate parameters.
Using the provider with tf 0.12.26, I had to use:
provider "infoblox" { server="" username="" password="" }
NOT INFOBLOX_SERVER="" INFOBLOX_USERNAME="" INFOBLOX_PASSWORD=""