Skip to content

Commit a52021c

Browse files
committed
standardizing
1 parent d73a603 commit a52021c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@ export TF_AWS_PROFILE=default
5252
export TF_AWS_BUCKET_REGION=us-west-2
5353
```
5454

55-
- Updated `examples` directory with required values
55+
- Updated `examples` directory with required values.
5656

5757
- Run and verify the output before deploying:
5858
```
59-
tf -cloud aws plan -var-file <path to .tfvars file>
59+
tf -cloud aws plan
6060
```
6161

6262
- Run below to deploy:
6363
```
64-
tf -cloud aws apply -var-file <path to .tfvars file>
64+
tf -cloud aws apply
6565
```
6666

6767
- Run below to destroy:
6868
```
69-
tf -cloud aws destroy -var-file <path to .tfvars file>
69+
tf -cloud aws destroy
7070
```
7171

7272
> ❗️ **Important** - Two variables are required for using `tf` package:

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "global" {
2-
source = "git::git@github.com:tomarv2/terraform-global.git//aws"
2+
source = "git::git@github.com:tomarv2/terraform-global.git//aws?ref=v0.0.1"
33
}
44

55
locals {

version.tf renamed to versions.tf

File renamed without changes.

0 commit comments

Comments
 (0)