Skip to content

Commit

Permalink
backport of commit 779d9f5 (#36101)
Browse files Browse the repository at this point in the history
Co-authored-by: Manu Chandrasekhar <[email protected]>
  • Loading branch information
github-actions[bot] and quixoticmonk authored Nov 26, 2024
1 parent 2a7bcbc commit 37bba52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/language/stacks/use-cases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ identity_token "aws_east" {
deployment "us_dev_east" {
inputs = {
aws_region = "us_east_1"
aws_region = "us-east-1"
instance_count = 2
role_arn = "<YOUR_ROLE_ARN>"
identity_token = identity_token.aws_east.jwt
Expand All @@ -115,7 +115,7 @@ deployment "us_dev_east" {
deployment "us_dev_west" {
inputs = {
aws_region = "us_west_1"
aws_region = "us-west-1"
instance_count = 2
role_arn = "<YOUR_ROLE_ARN>"
identity_token = identity_token.aws_west.jwt
Expand Down Expand Up @@ -222,7 +222,7 @@ identity_token "aws_dev" {
deployment "development" {
inputs = {
aws_region = "us_east_1"
aws_region = "us-east-1"
role_arn = "<development AWS account IAM role ARN>"
identity_token = identity_token.aws_dev.jwt
}
Expand Down

0 comments on commit 37bba52

Please sign in to comment.