File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
lets-encrypt-certificates Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -246,17 +246,17 @@ Type: `string`
246246
247247Default: ` null `
248248
249- ### <a name =" input_wildcard_ssl_cert_key_vault_secret_id " ></a > [ wildcard\_ ssl\_ cert\_ key \_ vault \_ secret \_ id ] ( #input\_ wildcard\_ ssl\_ cert\_ key \_ vault \_ secret \_ id )
249+ ### <a name =" input_wildcard_ssl_cert_name " ></a > [ wildcard\_ ssl\_ cert\_ name ] ( #input\_ wildcard\_ ssl\_ cert\_ name )
250250
251- Description: Wildcard SSL certificate Key Vault secret id, for App Service Custom Domain binding.
251+ Description: Wildcard SSL certificate name as it will appear in the App Service binding, for Custom Domain binding.
252252
253253Type: ` string `
254254
255255Default: ` null `
256256
257- ### <a name =" input_wildcard_ssl_cert_name " ></a > [ wildcard\_ ssl\_ cert\_ name] ( #input\_ wildcard\_ ssl\_ cert\_ name )
257+ ### <a name =" input_wildcard_ssl_cert_pfx_blob_key_vault_secret_name " ></a > [ wildcard\_ ssl\_ cert\_ pfx \_ blob \_ key \_ vault \_ secret \ _ name] ( #input\_ wildcard\_ ssl\_ cert\_ pfx \_ blob \_ key \_ vault \_ secret \_ name )
258258
259- Description: Wildcard SSL certificate name, for Custom Domain binding.
259+ Description: Wildcard SSL certificate pfx blob Key Vault secret name, for Custom Domain binding.
260260
261261Type: ` string `
262262
@@ -293,3 +293,4 @@ The following resources are used by this module:
293293- [ azurerm_app_service_virtual_network_swift_connection.appservice_vnet_swift_connection] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/app_service_virtual_network_swift_connection ) (resource)
294294- [ azurerm_monitor_autoscale_setting.asp_autoscale] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/monitor_autoscale_setting ) (resource)
295295- [ azurerm_service_plan.appserviceplan] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/service_plan ) (resource)
296+ - [ azurerm_key_vault_secret.pfx_blob] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/key_vault_secret ) (data source)
Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ Type: `string`
6262
6363The following outputs are exported:
6464
65+ ### <a name =" output_key_vault_certificate_pfx_blobs " ></a > [ key\_ vault\_ certificate\_ pfx\_ blobs] ( #output\_ key\_ vault\_ certificate\_ pfx\_ blobs )
66+
67+ Description: n/a
68+
6569### <a name =" output_key_vault_certificates " ></a > [ key\_ vault\_ certificates] ( #output\_ key\_ vault\_ certificates )
6670
6771Description: key is "${cert\_ key}-${region}"
@@ -73,3 +77,4 @@ The following resources are used by this module:
7377- [ null_resource.letsencrypt_cert] ( https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource ) (resource)
7478- [ azurerm_dns_zone.lookup] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/dns_zone ) (data source)
7579- [ azurerm_key_vault_certificate.letsencrypt] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/key_vault_certificate ) (data source)
80+ - [ azurerm_key_vault_secret.pfx_blob] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/key_vault_secret ) (data source)
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ Description: n/a
4444
4545### <a name =" output_name " ></a > [ name] ( #output\_ name )
4646
47+ Description: n/a
48+
49+ ### <a name =" output_principal_id " ></a > [ principal\_ id] ( #output\_ principal\_ id )
50+
4751Description: n/a
4852## Resources
4953
You can’t perform that action at this time.
0 commit comments