Skip to content

Commit 234c690

Browse files
committed
Uses correct invocation of terraform init in the README
1 parent d74e09b commit 234c690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Replace all the values. `aws_access_key`, `aws_secret_key`, and `zone_id` you sh
4949
Use these commands to see if your configuration is set up properly:
5050

5151
```bash
52-
terraform init -get=true -get-plugins=true -upgrade=true
52+
terraform init
5353
terraform plan -var-file variables.tfvars.json
5454
```
5555

0 commit comments

Comments
 (0)