Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseMite committed Dec 23, 2024
1 parent 2e05de6 commit 6307b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand All @@ -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:
Expand Down

0 comments on commit 6307b39

Please sign in to comment.