Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document aws sso instead of awslogin #16

Merged
merged 2 commits into from
Sep 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
}
]
}'
echo "::set-env name=matrix::`echo $matrix | jq -c .`"
echo matrix=`echo $matrix | jq -c .` >> $GITHUB_ENV

outputs:
matrix: ${{ env.matrix }}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ This is one of the few modules that you can just run "as is" and then throw away
```sh
git clone https://github.com/byu-oit/terraform-aws-backend-s3.git
cd terraform-aws-backend-s3/examples/simple
awslogin # log into the account that needs the Terraform State S3 Backend created
aws sso login
export AWS_PROFILE=my-account-profile
terraform init
terraform apply
cd ../../../
Expand Down