Skip to content

Commit

Permalink
OCM-12240 | chore: adjust cluster example
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbranco committed Nov 1, 2024
1 parent a89b8dd commit 7786262
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 7786262

Please sign in to comment.