diff --git a/modules/aws/organizations/delegated_admin/README.md b/modules/aws/organizations/delegated_admin/README.md index 2ed4b9b9..a5fa71f7 100644 --- a/modules/aws/organizations/delegated_admin/README.md +++ b/modules/aws/organizations/delegated_admin/README.md @@ -28,7 +28,7 @@
- This module generates and manages AWS organization delegated administrators. This delegates administrative functionality of a service to an account within an organization. This module takes a map of AWS account IDs and the service principal name to associate with the account. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.
+ This module generates and manages AWS organization delegated administrators. This delegates administrative functionality of a service to an account within an organization. This module takes a map of AWS account IDs and the service principal name to associate with the account. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com. See the [AWS Organizations documentation](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services_list.html) for more information.
Explore the docs ยป
@@ -84,18 +84,19 @@ _For more examples, please refer to the [Documentation](https://github.com/zachr
+
## Requirements
-| Name | Version |
-|------|---------|
-| [terraform](#requirement\_terraform) | >= 1.0.0 |
-| [aws](#requirement\_aws) | >= 4.0.0 |
+| Name | Version |
+| ------------------------------------------------------------------------ | -------- |
+| [terraform](#requirement_terraform) | >= 1.0.0 |
+| [aws](#requirement_aws) | >= 4.0.0 |
## Providers
-| Name | Version |
-|------|---------|
-| [aws](#provider\_aws) | >= 4.0.0 |
+| Name | Version |
+| ------------------------------------------------ | -------- |
+| [aws](#provider_aws) | >= 4.0.0 |
## Modules
@@ -103,19 +104,20 @@ No modules.
## Resources
-| Name | Type |
-|------|------|
+| Name | Type |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| [aws_organizations_delegated_administrator.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_delegated_administrator) | resource |
## Inputs
-| Name | Description | Type | Default | Required |
-|------|-------------|------|---------|:--------:|
-| [delegated\_admins](#input\_delegated\_admins) | (Required) Map where the keys are AWS account IDs and the value is the service principal name to associate with the account. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com. | `map(string)` | n/a | yes |
+| Name | Description | Type | Default | Required |
+| --------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------- | :------: |
+| [delegated_admins](#input_delegated_admins) | (Required) Map where the keys are AWS account IDs and the value is the service principal name to associate with the account. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com. | `map(string)` | n/a | yes |
## Outputs
No outputs.
+