Skip to content

Commit

Permalink
fix(docs): aws provider configuration
Browse files Browse the repository at this point in the history
This removes a reference to a custom configuration option that no longer exists. Our deployment now follows standard AWS configuration.
  • Loading branch information
ericbutera committed Oct 5, 2023
1 parent afd6875 commit 1a8cda2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions terraform/aws-ecs-task/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ This module allows Terraform to manage
## Login Instructions

Use the [AWS CLI][aws-cli] tool to configure a [named profile][aws-cli-named-profile].
You can set the profile to use with the variable `aws_profile`. This can be
defined using a Terraform [variable definition file][tf-var-def-file].
The AWS Terraform provider uses standard [configuration and credential precedence][aws-config-creds].

## Setup

Expand Down Expand Up @@ -145,5 +144,5 @@ terraform destroy -var-file terraform.tfvars
<!-- References -->
[aws-cli]: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html
[aws-cli-named-profile]: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html
[tf-var-def-file]: https://www.terraform.io/language/values/variables#variable-definitions-tfvars-files
[aws-config-creds]: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html
[tf-aws-auth]: https://registry.terraform.io/providers/hashicorp/aws/latest/docs#authentication-and-configuration

0 comments on commit 1a8cda2

Please sign in to comment.