Skip to content

Commit

Permalink
Document account_id and org_id as Optional
Browse files Browse the repository at this point in the history
Signed-off-by: Sune Keller <[email protected]>
  • Loading branch information
sirlatrom authored Jun 15, 2020
1 parent 029f5e7 commit bdd1fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/key_vault_certificate_issuer.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ resource "azurerm_key_vault_certificate_issuer" "example" {

The following arguments are supported:

* `account_id` - (Required) The account number with the third-party Certificate Issuer.
* `account_id` - (Optional) The account number with the third-party Certificate Issuer.

* `key_vault_id` - (Required) The ID of the Key Vault in which to create the Certificate Issuer.

* `name` - (Required) The name which should be used for this Key Vault Certificate Issuer. Changing this forces a new Key Vault Certificate Issuer to be created.

* `org_id` - (Required) The organization ID with the third-party Certificate Issuer.
* `org_id` - (Optional) The organization ID with the third-party Certificate Issuer.

* `provider_name` - (Required) The name of the third-party Certificate Issuer. Possible values are: `DigiCert`, `GlobalSign`.

Expand Down

0 comments on commit bdd1fa3

Please sign in to comment.