Skip to content

Commit a990126

Browse files
authored
Merge pull request hashicorp#41874 from dabcoder/d-datazone-environment-update
docs(datazone): account_identifier is optional
1 parent 5c7fd3a commit a990126

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/docs/r/datazone_environment.html.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ resource "aws_datazone_environment" "example" {
4545

4646
The following arguments are required:
4747

48-
* `account_identifier` - (Required) Concise argument description. Do not begin the description with "An", "The", "Defines", "Indicates", or "Specifies," as these are verbose. In other words, "Indicates the amount of storage," can be rewritten as "Amount of storage," without losing any information.
4948
* `domain_identifier` - (Required) The ID of the domain where the environment exists.
5049
* `name` - (Required) The name of the environment.
5150
* `profile_identifier` - (Required) The ID of the profile with which the environment is created.
@@ -56,7 +55,7 @@ The following arguments are optional:
5655
* `account_identifier` - (Optional) The ID of the Amazon Web Services account where the environment exists
5756
* `account_region` - (Optional) The Amazon Web Services region where the environment exists.
5857
* `blueprint_identifier` - (Optional) The blueprint with which the environment is created.
59-
* `descrioption` - (Optional) The description of the environment.
58+
* `description` - (Optional) The description of the environment.
6059
* `glossary_terms` - (Optional) The business glossary terms that can be used in this environment.
6160
* `user_parameters` - (Optional) The user parameters that are used in the environment. See [User Parameters](#user-parameters) for more information.
6261

0 commit comments

Comments
 (0)