- This fantastic 2-in-1 laptop I tested is highly recommended for office workers (and it's on sale)
- This Eufy twin-turbine robot vacuum is a steal at $350 for Black Friday
- The robot vacuum that kept my floors free of muddy paw prints this fall is $600 off
- Here's how to get the ultimate Kindle bundle for $135 this Black Friday (plus more ways to mix and match deals)
- This racecar-looking robot mower mows a gorgeous lawn and is on sale for Black Friday
Terraform VMC provider update with SDDC Grouping
With the recent release of VMC terraform provider 1.12, we have now the SDDC Grouping function that will allow us to create SDDC group and attach SDDC.
Code example
Just add the sddc_group resource. Give it a name and description and a list of SDDCs you want to attach. Here only one.
Add some outputs you want to get like:
terraform apply
Note the various parameters we will get after deployment. Enter YES.
It will take about 4 to 5 mins to create the vTGW and attach the SDDC to it.
VMC Console
SDDC Group Tab inventory
TF_Group details
Terraform show
Note the Group ID, SDDC ID, ORG ID and vTGW ID and Region parameters
Removing SDDC
Clear or comment the SDDC Group code and outputs
After 4 – 5 mins the SDDC Group is deleted
And as always, any feedback or comments are welcome!