From 6307b39f0bd4688b4431d8198af452146a052c41 Mon Sep 17 00:00:00 2001 From: Nikita Barichev Date: Mon, 23 Dec 2024 17:30:23 +0100 Subject: [PATCH] Fix docs --- ...ainer_app_environment_managed_certificate.html.markdown | 4 ++-- ...ainer_app_environment_managed_certificate.html.markdown | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/website/docs/d/container_app_environment_managed_certificate.html.markdown b/website/docs/d/container_app_environment_managed_certificate.html.markdown index f73023e61516..0fb7628ae545 100644 --- a/website/docs/d/container_app_environment_managed_certificate.html.markdown +++ b/website/docs/d/container_app_environment_managed_certificate.html.markdown @@ -30,13 +30,13 @@ The following arguments are supported: * `name` - (Required) The name of the Container Apps Managed Certificate. Changing this forces a new resource to be created. -* `container_app_environment_id` - (Required) The ID of the Container App Environment to configure this Certificate on. Changing this forces a new resource to be created. +* `container_app_environment_id` - (Required) The ID of the Container App Environment to configure this Managed Certificate on. Changing this forces a new resource to be created. ## Attributes Reference In addition to the Arguments listed above - the following Attributes are exported: -* `id` - The ID of the Container App Environment Certificate +* `id` - The ID of the Container App Environment Managed Certificate * `subject_name` - The Subject Name for the Certificate. diff --git a/website/docs/r/container_app_environment_managed_certificate.html.markdown b/website/docs/r/container_app_environment_managed_certificate.html.markdown index 16e545fb3cde..b630c02deca8 100644 --- a/website/docs/r/container_app_environment_managed_certificate.html.markdown +++ b/website/docs/r/container_app_environment_managed_certificate.html.markdown @@ -70,9 +70,9 @@ The following arguments are supported: * `container_app_environment_id` - (Required) The Container App Managed Environment ID to configure this Certificate on. Changing this forces a new resource to be created. -* `subject_name` - (Required) Type of domain control validation. Possible values include `CNAME`, `HTTP` and `TXT`. +* `domain_control_validation_type` - (Required) Type of domain control validation. Possible values include `CNAME`, `HTTP` and `TXT`. Changing this forces a new resource to be created. -* `domain_control_validation_type` - (Required) The subject name of the certificate. +* `subject_name` - (Required) The subject name of the certificate. Changing this forces a new resource to be created. --- @@ -84,9 +84,6 @@ In addition to the Arguments listed above - the following Attributes are exporte * `id` - The ID of the Container App Environment Managed Certificate -* `subject_name` - The Subject Name for the Managed Certificate. - - ## Timeouts The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) for certain actions: