Skip to content

Commit

Permalink
Merge pull request #1011 from gdbranco/feat/ocm-12240-2
Browse files Browse the repository at this point in the history
OCM-12240 | chore: adjust cluster example
  • Loading branch information
gdbranco authored Nov 1, 2024
2 parents a89b8dd + 7786262 commit 505f185
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/cluster/create/hcp_shared_vpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ func main() {
AccountID("xxx").
BillingAccountID("xxx").
AdditionalAllowedPrincipals(
"arn:aws:iam::xxx:role/oadler-shared-vpc",
"arn:aws:iam::xxx:role/vpc-endpoint-service").
"arn:aws:iam::xxx:role/ca-route53",
"arn:aws:iam::xxx:role/ca-vpc-endpoint-service").
PrivateHostedZoneID("xxx").
PrivateHostedZoneRoleARN("arn:aws:iam::xxx:role/oadler-shared-vpc").
PrivateHostedZoneRoleARN("arn:aws:iam::xxx:role/ca-route53").
HcpInternalCommunicationHostedZoneId("xxx").
VpcEndpointRoleArn("arn:aws:iam::xxx:role/vpc-endpoint-service").
VpcEndpointRoleArn("arn:aws:iam::xxx:role/ca-vpc-endpoint-service").
SubnetIDs(
"subnet-xxx",
"subnet-xxx").
Expand Down

0 comments on commit 505f185

Please sign in to comment.