vmware / terraform-provider-vcd

Terraform VMware Cloud Director provider
https://www.terraform.io/docs/providers/vcd/
Mozilla Public License 2.0
151 stars 112 forks source link

Add Account lockout arguments to vcd_org resource and data source #1304

Closed adambarreiro closed 2 months ago

adambarreiro commented 3 months ago

This PR adds the new optional block account_lockout to the vcd_org resource and data source. This block has the following properties:

Tests have been updated.

Closes #575

Tests