Quantcast
Channel: VMware Communities: Message List - VMware vCloud Director
Viewing all articles
Browse latest Browse all 7719

Re: Terraform and creating org with vdc

$
0
0

I have solved one of the issues, I need to make the vcd_org_user dependent on vcd_org.new_org, otherwise Terraform would try and create the org and user at the same time.

I had to add:

 

  depends_on = [

    vcd_org.new_org,

  ]

 

to the resource vcd_org_user. Hope this helps someone else as well


Viewing all articles
Browse latest Browse all 7719

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>