Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Mar 20, 2024
1 parent 3842d36 commit c281873
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,3 @@ Please tell Terraform where Vault can be found:
export VAULT_ADDR=http://127.0.0.1:8200
export VAULT_TOKEN="hvs.YoUrToKeN."
```

Then set the AWS environment variables for Terraform:

```shell
export AWS_ACCESS_KEY_ID="anaccesskey"
export AWS_SECRET_ACCESS_KEY="asecretkey"
export AWS_REGION="us-west-2"
```

8 changes: 0 additions & 8 deletions providers.tf
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.41.0"
}
vault = {
source = "hashicorp/vault"
version = "4.0.0"
}
}
}

provider "aws" {
region = "us-east-1"
}

0 comments on commit c281873

Please sign in to comment.