Skip to content

Commit 06b9ab1

Browse files
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent db326a3 commit 06b9ab1

File tree

11 files changed

+91
-91
lines changed

11 files changed

+91
-91
lines changed

docs/reference/modules/terraform-aws-control-tower/control-tower-account-factory/control-tower-account-factory.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Control Tower" version="0.8.2" lastModifiedVersion="0.7.3"/>
12+
<VersionBadge repoTitle="Control Tower" version="0.8.3" lastModifiedVersion="0.7.3"/>
1313

1414
# Control Tower Account Factory
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/landingzone/control-tower-account-factory" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/landingzone/control-tower-account-factory" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/releases/tag/v0.7.3" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -89,7 +89,7 @@ This is usually accompanied by this module returning outputs that look like the
8989

9090
Unfortunately, this is an unrecoverable error from an AWS Provider perspective, as the provider has no insight into the fact that Service Catalog is in a bad state when it fails in this fashion, and retries will not help.
9191

92-
The easiest way to recover from this error is to make a small update to one of the variables that are passed into this module. For example, if you are integrating with this module via the [../control-tower-multi-account-factory](https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-multi-account-factory) module, you could change the value of something in the relevant file in the directory referenced by the `account_requests_folder`, then revert your change.
92+
The easiest way to recover from this error is to make a small update to one of the variables that are passed into this module. For example, if you are integrating with this module via the [../control-tower-multi-account-factory](https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-multi-account-factory) module, you could change the value of something in the relevant file in the directory referenced by the `account_requests_folder`, then revert your change.
9393

9494
e.g.
9595

@@ -122,7 +122,7 @@ This workaround should only be done to correct up to five Service Catalog provis
122122
123123
module "control_tower_account_factory" {
124124
125-
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-factory?ref=v0.8.2"
125+
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-factory?ref=v0.8.3"
126126
127127
# ----------------------------------------------------------------------------------------------------
128128
# REQUIRED VARIABLES
@@ -233,7 +233,7 @@ module "control_tower_account_factory" {
233233
# ------------------------------------------------------------------------------------------------------
234234
235235
terraform {
236-
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-factory?ref=v0.8.2"
236+
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-factory?ref=v0.8.3"
237237
}
238238
239239
inputs = {
@@ -590,11 +590,11 @@ The URL of the AWS SSO login page for this account
590590
<!-- ##DOCS-SOURCER-START
591591
{
592592
"originalSources": [
593-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-account-factory/readme.md",
594-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-account-factory/variables.tf",
595-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-account-factory/outputs.tf"
593+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-account-factory/readme.md",
594+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-account-factory/variables.tf",
595+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-account-factory/outputs.tf"
596596
],
597597
"sourcePlugin": "module-catalog-api",
598-
"hash": "26ddfddad6ac6171dcb9423224d9dc1b"
598+
"hash": "38eececfe90f82a2115b7532ed7f2615"
599599
}
600600
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-control-tower/control-tower-account-tagger/control-tower-account-tagger.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Control Tower" version="0.8.2" lastModifiedVersion="0.8.1"/>
12+
<VersionBadge repoTitle="Control Tower" version="0.8.3" lastModifiedVersion="0.8.1"/>
1313

1414
# Control Tower Account Tagger
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/landingzone/control-tower-account-tagger" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/landingzone/control-tower-account-tagger" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/releases/tag/v0.8.1" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -62,7 +62,7 @@ This module assume that the account is managed by AWS Control Tower and has two
6262
6363
module "control_tower_account_tagger" {
6464
65-
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-tagger?ref=v0.8.2"
65+
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-tagger?ref=v0.8.3"
6666
6767
# ----------------------------------------------------------------------------------------------------
6868
# REQUIRED VARIABLES
@@ -103,7 +103,7 @@ module "control_tower_account_tagger" {
103103
# ------------------------------------------------------------------------------------------------------
104104
105105
terraform {
106-
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-tagger?ref=v0.8.2"
106+
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-tagger?ref=v0.8.3"
107107
}
108108
109109
inputs = {
@@ -143,11 +143,11 @@ inputs = {
143143
<!-- ##DOCS-SOURCER-START
144144
{
145145
"originalSources": [
146-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-account-tagger/readme.md",
147-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-account-tagger/variables.tf",
148-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-account-tagger/outputs.tf"
146+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-account-tagger/readme.md",
147+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-account-tagger/variables.tf",
148+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-account-tagger/outputs.tf"
149149
],
150150
"sourcePlugin": "module-catalog-api",
151-
"hash": "b8c801562e41dd097165688b7185e053"
151+
"hash": "0c5f1fdc44e2b4023921c74cd5a4264f"
152152
}
153153
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-control-tower/control-tower-app-account-baseline/control-tower-app-account-baseline.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Control Tower" version="0.8.2" lastModifiedVersion="0.7.2"/>
12+
<VersionBadge repoTitle="Control Tower" version="0.8.3" lastModifiedVersion="0.7.2"/>
1313

1414
# Account Baseline App with Control Tower Integration
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/landingzone/control-tower-app-account-baseline" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/landingzone/control-tower-app-account-baseline" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/releases/tag/v0.7.2" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -34,7 +34,7 @@ Control Tower, including setting up Amazon Guard Duty, Macie, IAM roles, IAM pas
3434
3535
module "control_tower_app_account_baseline" {
3636
37-
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-app-account-baseline?ref=v0.8.2"
37+
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-app-account-baseline?ref=v0.8.3"
3838
3939
# ----------------------------------------------------------------------------------------------------
4040
# REQUIRED VARIABLES
@@ -688,7 +688,7 @@ module "control_tower_app_account_baseline" {
688688
# ------------------------------------------------------------------------------------------------------
689689
690690
terraform {
691-
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-app-account-baseline?ref=v0.8.2"
691+
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-app-account-baseline?ref=v0.8.3"
692692
}
693693
694694
inputs = {
@@ -2897,11 +2897,11 @@ A map of ARNs of the service linked roles created from <a href="#service_linked_
28972897
<!-- ##DOCS-SOURCER-START
28982898
{
28992899
"originalSources": [
2900-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-app-account-baseline/readme.md",
2901-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-app-account-baseline/variables.tf",
2902-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-app-account-baseline/outputs.tf"
2900+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-app-account-baseline/readme.md",
2901+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-app-account-baseline/variables.tf",
2902+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-app-account-baseline/outputs.tf"
29032903
],
29042904
"sourcePlugin": "module-catalog-api",
2905-
"hash": "ebb8cd9f2a814ec5d8faee0ec102f083"
2905+
"hash": "341b9a9b3bd8e8ed6dfd64f9b5575b80"
29062906
}
29072907
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-control-tower/control-tower-controls/control-tower-controls.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Control Tower" version="0.8.2" lastModifiedVersion="0.7.6"/>
12+
<VersionBadge repoTitle="Control Tower" version="0.8.3" lastModifiedVersion="0.7.6"/>
1313

1414
# Control Tower Controls
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/landingzone/control-tower-controls" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/landingzone/control-tower-controls" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/releases/tag/v0.7.6" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -36,7 +36,7 @@ For a full list of preventive, detective and proactive controls, see the [AWS Co
3636
3737
module "control_tower_controls" {
3838
39-
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-controls?ref=v0.8.2"
39+
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-controls?ref=v0.8.3"
4040
4141
# ----------------------------------------------------------------------------------------------------
4242
# REQUIRED VARIABLES
@@ -72,7 +72,7 @@ module "control_tower_controls" {
7272
# ------------------------------------------------------------------------------------------------------
7373
7474
terraform {
75-
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-controls?ref=v0.8.2"
75+
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-controls?ref=v0.8.3"
7676
}
7777
7878
inputs = {
@@ -107,11 +107,11 @@ inputs = {
107107
<!-- ##DOCS-SOURCER-START
108108
{
109109
"originalSources": [
110-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-controls/readme.md",
111-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-controls/variables.tf",
112-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-controls/outputs.tf"
110+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-controls/readme.md",
111+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-controls/variables.tf",
112+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-controls/outputs.tf"
113113
],
114114
"sourcePlugin": "module-catalog-api",
115-
"hash": "b7c83a077db8d154a9e6a06377380b29"
115+
"hash": "eb4551d2cb5c721ea2bc7b5c411625c4"
116116
}
117117
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-control-tower/control-tower-execution-role/control-tower-execution-role.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="Control Tower" version="0.8.2" />
12+
<VersionBadge repoTitle="Control Tower" version="0.8.3" />
1313

1414
# Control Tower Execution Role
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/landingzone/control-tower-execution-role" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/landingzone/control-tower-execution-role" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-control-tower/releases?q=control-tower-execution-role" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -36,7 +36,7 @@ https://docs.aws.amazon.com/controltower/latest/userguide/enroll-account.html
3636
3737
module "control_tower_execution_role" {
3838
39-
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-execution-role?ref=v0.8.2"
39+
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-execution-role?ref=v0.8.3"
4040
4141
# ----------------------------------------------------------------------------------------------------
4242
# REQUIRED VARIABLES
@@ -62,7 +62,7 @@ module "control_tower_execution_role" {
6262
# ------------------------------------------------------------------------------------------------------
6363
6464
terraform {
65-
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-execution-role?ref=v0.8.2"
65+
source = "git::[email protected]:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-execution-role?ref=v0.8.3"
6666
}
6767
6868
inputs = {
@@ -119,11 +119,11 @@ The ARN of the Control Tower Execution Role
119119
<!-- ##DOCS-SOURCER-START
120120
{
121121
"originalSources": [
122-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-execution-role/readme.md",
123-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-execution-role/variables.tf",
124-
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-execution-role/outputs.tf"
122+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-execution-role/readme.md",
123+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-execution-role/variables.tf",
124+
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-execution-role/outputs.tf"
125125
],
126126
"sourcePlugin": "module-catalog-api",
127-
"hash": "6cfa9c8fa95c97868a2390bf7e06a0e8"
127+
"hash": "1ec1f900aae36abad4c83e1c5832dfc1"
128128
}
129129
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)