diff --git a/.assets/vAppConfigurations-ADDS-example.png b/.assets/vAppConfigurations-ADDS-example.png new file mode 100644 index 0000000..5d612ae Binary files /dev/null and b/.assets/vAppConfigurations-ADDS-example.png differ diff --git a/.assets/vAppProperties-ADDS-example.png b/.assets/vAppProperties-ADDS-example.png index d9350c7..43ac049 100644 Binary files a/.assets/vAppProperties-ADDS-example.png and b/.assets/vAppProperties-ADDS-example.png differ diff --git a/README.md b/README.md index 57f6772..bcf98b0 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ When **provisioning** the appliance through the vCenter 'Deploy OVF template...' ```hcl vapp { properties = { - # "deployment.typ" = "primary" + # "deployment.type = "primary" "guestinfo.hostname" = "DC01" "guestinfo.ipaddress" = "10.0.0.21" @@ -72,10 +72,10 @@ When **provisioning** the appliance through the vCenter 'Deploy OVF template...' "addsconfig.safemodepw" = var.adds_safemodepassword # "addsconfig.ntpserver" = "0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org" - "vault.api" = "https://vault.example.org/v1" - "vault.token" = "s.R2E1anlOcTZrTmZSTVZRazJM" - "vault.pwpolicy" = "complex" - "vault.secret" = "contoso-project42" + "vault.api" = "https://vault.example.org/v1" + "vault.token" = var.vault_token + "vault.pwpolicy" = "complex" + "vault.secret" = "contoso-project42" # "dhcpconfig.startip" = "10.0.0.50" # "dhcpconfig.endip" = "10.0.0.250"