Skip to content

Commit 3b41242

Browse files
authored
Specify v2 of AWS CLI is required (hashicorp#9)
1 parent 2b146b1 commit 3b41242

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

quick-start/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Vault Lambda extension Quick Start
22

3-
Creates the infrastructure required for running a demo of the Vault Lambda extension:
3+
Creates the infrastructure required for running a demo of the Vault Lambda extension.
4+
All of the infrastructure is created in `us-east-1` by default, unless you
5+
specify `-var aws_region=...` during `terraform apply`.
46

57
* An EC2 instance with a vault server running on it with auto-unseal from KMS
68
* A new SSH key pair used to SSH into the instance
@@ -21,7 +23,7 @@ purposes only.**
2123
* Golang
2224
* Terraform
2325
* AWS account with access key ID and secret access key
24-
* AWS CLI configured with the same account
26+
* AWS CLI v2 configured with the same account
2527

2628
## Usage
2729

0 commit comments

Comments
 (0)