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

Output/Datasource for resources (A_Record, CNAME_Record) #15

Open Luckless opened 4 years ago

Luckless commented 4 years ago

The resources should have some basic output like the fqdn, name, etc

Having no output or lookup capabilities means we have to piece together what is expected from other bits of variable input. Would be much cleaner to rely on output/datasources

AvRajath commented 4 years ago

DataSource has to be implemented in case if you need the fqdn, name etc to be used in your terraform env or elsewhere. Will take it up as an enhancement.