Skip to content

Commit

Permalink
Updated with the [latest changes](https://github.com/gruntwork-io/ter…
Browse files Browse the repository at this point in the history
…raform-aws-control-tower/releases/tag/v0.8.3) from the `terraform-aws-control-tower@v0.8.3` source branch. (#2351)

Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
  • Loading branch information
docs-sourcer[bot] authored Jan 21, 2025
1 parent db326a3 commit 06b9ab1
Show file tree
Hide file tree
Showing 11 changed files with 91 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="Control Tower" version="0.8.2" lastModifiedVersion="0.7.3"/>
<VersionBadge repoTitle="Control Tower" version="0.8.3" lastModifiedVersion="0.7.3"/>

# Control Tower Account Factory

<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>
<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>

<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>

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

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.

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.
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.

e.g.

Expand Down Expand Up @@ -122,7 +122,7 @@ This workaround should only be done to correct up to five Service Catalog provis
module "control_tower_account_factory" {
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-factory?ref=v0.8.2"
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-factory?ref=v0.8.3"
# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -233,7 +233,7 @@ module "control_tower_account_factory" {
# ------------------------------------------------------------------------------------------------------
terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-factory?ref=v0.8.2"
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-factory?ref=v0.8.3"
}
inputs = {
Expand Down Expand Up @@ -590,11 +590,11 @@ The URL of the AWS SSO login page for this account
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-account-factory/readme.md",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-account-factory/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-account-factory/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-account-factory/readme.md",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-account-factory/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-account-factory/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "26ddfddad6ac6171dcb9423224d9dc1b"
"hash": "38eececfe90f82a2115b7532ed7f2615"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="Control Tower" version="0.8.2" lastModifiedVersion="0.8.1"/>
<VersionBadge repoTitle="Control Tower" version="0.8.3" lastModifiedVersion="0.8.1"/>

# Control Tower Account Tagger

<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>
<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>

<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>

Expand Down Expand Up @@ -62,7 +62,7 @@ This module assume that the account is managed by AWS Control Tower and has two
module "control_tower_account_tagger" {
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-tagger?ref=v0.8.2"
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-tagger?ref=v0.8.3"
# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -103,7 +103,7 @@ module "control_tower_account_tagger" {
# ------------------------------------------------------------------------------------------------------
terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-tagger?ref=v0.8.2"
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-account-tagger?ref=v0.8.3"
}
inputs = {
Expand Down Expand Up @@ -143,11 +143,11 @@ inputs = {
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-account-tagger/readme.md",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-account-tagger/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-account-tagger/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-account-tagger/readme.md",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-account-tagger/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-account-tagger/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "b8c801562e41dd097165688b7185e053"
"hash": "0c5f1fdc44e2b4023921c74cd5a4264f"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="Control Tower" version="0.8.2" lastModifiedVersion="0.7.2"/>
<VersionBadge repoTitle="Control Tower" version="0.8.3" lastModifiedVersion="0.7.2"/>

# Account Baseline App with Control Tower Integration

<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>
<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>

<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>

Expand All @@ -34,7 +34,7 @@ Control Tower, including setting up Amazon Guard Duty, Macie, IAM roles, IAM pas
module "control_tower_app_account_baseline" {
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-app-account-baseline?ref=v0.8.2"
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-app-account-baseline?ref=v0.8.3"
# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -688,7 +688,7 @@ module "control_tower_app_account_baseline" {
# ------------------------------------------------------------------------------------------------------
terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-app-account-baseline?ref=v0.8.2"
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-app-account-baseline?ref=v0.8.3"
}
inputs = {
Expand Down Expand Up @@ -2897,11 +2897,11 @@ A map of ARNs of the service linked roles created from <a href="#service_linked_
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-app-account-baseline/readme.md",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-app-account-baseline/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-app-account-baseline/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-app-account-baseline/readme.md",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-app-account-baseline/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-app-account-baseline/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "ebb8cd9f2a814ec5d8faee0ec102f083"
"hash": "341b9a9b3bd8e8ed6dfd64f9b5575b80"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="Control Tower" version="0.8.2" lastModifiedVersion="0.7.6"/>
<VersionBadge repoTitle="Control Tower" version="0.8.3" lastModifiedVersion="0.7.6"/>

# Control Tower Controls

<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>
<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>

<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>

Expand All @@ -36,7 +36,7 @@ For a full list of preventive, detective and proactive controls, see the [AWS Co
module "control_tower_controls" {
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-controls?ref=v0.8.2"
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-controls?ref=v0.8.3"
# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -72,7 +72,7 @@ module "control_tower_controls" {
# ------------------------------------------------------------------------------------------------------
terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-controls?ref=v0.8.2"
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-controls?ref=v0.8.3"
}
inputs = {
Expand Down Expand Up @@ -107,11 +107,11 @@ inputs = {
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-controls/readme.md",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-controls/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-controls/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-controls/readme.md",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-controls/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-controls/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "b7c83a077db8d154a9e6a06377380b29"
"hash": "eb4551d2cb5c721ea2bc7b5c411625c4"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="Control Tower" version="0.8.2" />
<VersionBadge repoTitle="Control Tower" version="0.8.3" />

# Control Tower Execution Role

<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>
<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>

<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>

Expand All @@ -36,7 +36,7 @@ https://docs.aws.amazon.com/controltower/latest/userguide/enroll-account.html
module "control_tower_execution_role" {
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-execution-role?ref=v0.8.2"
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-execution-role?ref=v0.8.3"
# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand All @@ -62,7 +62,7 @@ module "control_tower_execution_role" {
# ------------------------------------------------------------------------------------------------------
terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-execution-role?ref=v0.8.2"
source = "git::git@github.com:gruntwork-io/terraform-aws-control-tower.git//modules/landingzone/control-tower-execution-role?ref=v0.8.3"
}
inputs = {
Expand Down Expand Up @@ -119,11 +119,11 @@ The ARN of the Control Tower Execution Role
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-execution-role/readme.md",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-execution-role/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.2/modules/control-tower-execution-role/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-execution-role/readme.md",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-execution-role/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-control-tower/tree/v0.8.3/modules/control-tower-execution-role/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "6cfa9c8fa95c97868a2390bf7e06a0e8"
"hash": "1ec1f900aae36abad4c83e1c5832dfc1"
}
##DOCS-SOURCER-END -->
Loading

0 comments on commit 06b9ab1

Please sign in to comment.