From 9de233a492a88f4cb548db4635a2c57abac35cbb Mon Sep 17 00:00:00 2001 From: Simon Kok Date: Wed, 5 Jan 2022 11:37:59 +0100 Subject: [PATCH] Fix global-iam example comment explaining where it is deployed **Why?** At the moment, the `global-iam.yml` is stating that it is deployed to the deployment account. However, this specific file is deployed to all target accounts instead. **What?** Simple, updated the comment. --- .../bootstrap_repository/adf-bootstrap/example-global-iam.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/example-global-iam.yml b/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/example-global-iam.yml index 26706f9da..053f6d0e0 100644 --- a/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/example-global-iam.yml +++ b/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/example-global-iam.yml @@ -2,7 +2,7 @@ # // SPDX-License-Identifier: Apache-2.0 AWSTemplateFormatVersion: "2010-09-09" -Description: ADF CloudFormation Template (Global) for IAM in the Deployment Account +Description: ADF CloudFormation Template (Global) for IAM in the Target Accounts Resources: CloudFormationDeploymentPolicy: # This is the policy that will be used to deploy CloudFormation resources from