Skip to content

Commit

Permalink
docs(VpcPeering): improve tutorial to identify correct principals
Browse files Browse the repository at this point in the history
  • Loading branch information
vandjelk committed Jan 30, 2025
1 parent 87ca774 commit 2592e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/tutorials/01-30-10-aws-vpc-peering.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This tutorial explains how to create a Virtual Private Cloud (VPC) peering conne
2. Create a trust policy document. See [AwsVpcPeering Custom Resource](../resources/04-30-10-aws-vpc-peering.md?id=authorization) to identify Cloud Manager principal:

```shell
export CLOUD_MANAGER_PRINCIPAL=`arn:aws:iam::194230256199:user/cloud-manager-peering-stage`
export CLOUD_MANAGER_PRINCIPAL={CLOUD_MANAGER_PRINCIPAL}
cat > trust_policy.json <<- EOF
{
"Version": "2012-10-17",
Expand Down

0 comments on commit 2592e09

Please sign in to comment.