We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8304417 commit 6d549c8Copy full SHA for 6d549c8
terragrunt/README.md
@@ -157,5 +157,14 @@ You can then `cd` into the corresponding service within the `accounts` directory
157
and run `terragrunt plan` to see the plan terraform will apply and
158
`terragrunt apply` to actually apply the plan.
159
160
+## AWS CLI
161
+
162
+If you get a 403 when you run commands with the AWS CLI,
163
+append the `--profile <profile>` flag to the command. For example:
164
165
+```sh
166
+aws s3 cp s3://staging-crates-io-downloads-archive/2023-11-11.csv . --profile crates-io-staging
167
+```
168
169
[terraform]: https://www.terraform.io/
170
[terragrunt]: https://terragrunt.gruntwork.io/
0 commit comments