Skip to content

Commit 2ec9e55

Browse files
committed
Fix CFN identifiers
1 parent 477b9ee commit 2ec9e55

File tree

14 files changed

+187
-202
lines changed

14 files changed

+187
-202
lines changed

asset-account/terraform/cloudformation-stack/README.md

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -20,53 +20,51 @@ module "elastio_asset_account" {
2020
```
2121

2222
<!-- BEGIN_TF_DOCS -->
23-
2423
## Requirements
2524

26-
| Name | Version |
27-
| ------------------------------------------------------------------------ | ------- |
28-
| <a name="requirement_terraform"></a> [terraform](#requirement_terraform) | ~> 1.0 |
29-
| <a name="requirement_aws"></a> [aws](#requirement_aws) | ~> 5.0 |
25+
| Name | Version |
26+
|------|---------|
27+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.0 |
28+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
3029

3130
## Providers
3231

33-
| Name | Version |
34-
| ------------------------------------------------ | ------- |
35-
| <a name="provider_aws"></a> [aws](#provider_aws) | ~> 5.0 |
32+
| Name | Version |
33+
|------|---------|
34+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
3635

3736
## Modules
3837

3938
No modules.
4039

4140
## Resources
4241

43-
| Name | Type |
44-
| --------------------------------------------------------------------------------------------------------------------------------- | -------- |
42+
| Name | Type |
43+
|------|------|
4544
| [aws_cloudformation_stack.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack) | resource |
4645

4746
## Inputs
4847

49-
| Name | Description | Type | Default | Required |
50-
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | ----------------------- | :------: |
51-
| <a name="input_disable_rollback"></a> [disable_rollback](#input_disable_rollback) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#disable_rollback-1) | `bool` | `null` | no |
52-
| <a name="input_encrypt_with_cmk"></a> [encrypt_with_cmk](#input_encrypt_with_cmk) | Provision an additional customer-managed KMS key to encrypt Lambda environment variables.<br/>This increases the cost of the stack. | `bool` | `false` | no |
53-
| <a name="input_iam_resource_names_prefix"></a> [iam_resource_names_prefix](#input_iam_resource_names_prefix) | Add a custom prefix to names of all IAM resources deployed by this stack. | `string` | `""` | no |
54-
| <a name="input_iam_resource_names_suffix"></a> [iam_resource_names_suffix](#input_iam_resource_names_suffix) | Add a custom prefix to names of all IAM resources deployed by this stack. | `string` | `""` | no |
55-
| <a name="input_iam_role_arn"></a> [iam_role_arn](#input_iam_role_arn) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#iam_role_arn-1) | `string` | `null` | no |
56-
| <a name="input_lambda_tracing"></a> [lambda_tracing](#input_lambda_tracing) | Enable AWS X-Ray tracing for Lambda functions.<br/>This increases the cost of the stack. | `bool` | `false` | no |
57-
| <a name="input_notification_arns"></a> [notification_arns](#input_notification_arns) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#notification_arns-1) | `list(string)` | `null` | no |
58-
| <a name="input_on_failure"></a> [on_failure](#input_on_failure) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#on_failure-1) | `string` | `null` | no |
59-
| <a name="input_policy_body"></a> [policy_body](#input_policy_body) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#policy_body-1) | `string` | `null` | no |
60-
| <a name="input_policy_url"></a> [policy_url](#input_policy_url) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#policy_url-1) | `string` | `null` | no |
61-
| <a name="input_stack_name"></a> [stack_name](#input_stack_name) | The name of the CloudFormation StackSet. | `string` | `"ElastioAssetAccount"` | no |
62-
| <a name="input_tags"></a> [tags](#input_tags) | Additional tags to apply to all resources created by this stack. | `map(string)` | `{}` | no |
63-
| <a name="input_template_url"></a> [template_url](#input_template_url) | The URL of the Elastio Asset Account CloudFormation template obtained from<br/>the Elastio Portal.<br/><br/>This parameter is sensitive, because anyone who knows this URL can deploy<br/>Elastio Account stack and linking it to your Elastio tenant. | `string` | n/a | yes |
64-
| <a name="input_timeout_in_minutes"></a> [timeout_in_minutes](#input_timeout_in_minutes) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#timeout_in_minutes-1) | `number` | `null` | no |
48+
| Name | Description | Type | Default | Required |
49+
|------|-------------|------|---------|:--------:|
50+
| <a name="input_disable_rollback"></a> [disable\_rollback](#input\_disable\_rollback) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#disable_rollback-1) | `bool` | `null` | no |
51+
| <a name="input_encrypt_with_cmk"></a> [encrypt\_with\_cmk](#input\_encrypt\_with\_cmk) | Provision an additional customer-managed KMS key to encrypt Lambda environment variables.<br/>This increases the cost of the stack. | `bool` | `false` | no |
52+
| <a name="input_iam_resource_names_prefix"></a> [iam\_resource\_names\_prefix](#input\_iam\_resource\_names\_prefix) | Add a custom prefix to names of all IAM resources deployed by this stack. | `string` | `""` | no |
53+
| <a name="input_iam_resource_names_suffix"></a> [iam\_resource\_names\_suffix](#input\_iam\_resource\_names\_suffix) | Add a custom prefix to names of all IAM resources deployed by this stack. | `string` | `""` | no |
54+
| <a name="input_iam_role_arn"></a> [iam\_role\_arn](#input\_iam\_role\_arn) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#iam_role_arn-1) | `string` | `null` | no |
55+
| <a name="input_lambda_tracing"></a> [lambda\_tracing](#input\_lambda\_tracing) | Enable AWS X-Ray tracing for Lambda functions.<br/>This increases the cost of the stack. | `bool` | `false` | no |
56+
| <a name="input_notification_arns"></a> [notification\_arns](#input\_notification\_arns) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#notification_arns-1) | `list(string)` | `null` | no |
57+
| <a name="input_on_failure"></a> [on\_failure](#input\_on\_failure) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#on_failure-1) | `string` | `null` | no |
58+
| <a name="input_policy_body"></a> [policy\_body](#input\_policy\_body) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#policy_body-1) | `string` | `null` | no |
59+
| <a name="input_policy_url"></a> [policy\_url](#input\_policy\_url) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#policy_url-1) | `string` | `null` | no |
60+
| <a name="input_stack_name"></a> [stack\_name](#input\_stack\_name) | The name of the CloudFormation StackSet. | `string` | `"ElastioAssetAccount"` | no |
61+
| <a name="input_tags"></a> [tags](#input\_tags) | Additional tags to apply to all resources created by this stack. | `map(string)` | `{}` | no |
62+
| <a name="input_template_url"></a> [template\_url](#input\_template\_url) | The URL of the Elastio Asset Account CloudFormation template obtained from<br/>the Elastio Portal.<br/><br/>This parameter is sensitive, because anyone who knows this URL can deploy<br/>Elastio Account stack and linking it to your Elastio tenant. | `string` | n/a | yes |
63+
| <a name="input_timeout_in_minutes"></a> [timeout\_in\_minutes](#input\_timeout\_in\_minutes) | [See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack#timeout_in_minutes-1) | `number` | `null` | no |
6564

6665
## Outputs
6766

68-
| Name | Description |
69-
| -------------------------------------------------- | ----------------------------------------------------- |
70-
| <a name="output_stack"></a> [stack](#output_stack) | The outputs of the aws_cloudformation_stack resource. |
71-
67+
| Name | Description |
68+
|------|-------------|
69+
| <a name="output_stack"></a> [stack](#output\_stack) | The outputs of the aws\_cloudformation\_stack resource. |
7270
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)