File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,21 +52,21 @@ export TF_AWS_PROFILE=default
52
52
export TF_AWS_BUCKET_REGION=us-west-2
53
53
```
54
54
55
- - Updated ` examples ` directory with required values
55
+ - Updated ` examples ` directory with required values.
56
56
57
57
- Run and verify the output before deploying:
58
58
```
59
- tf -cloud aws plan -var-file <path to .tfvars file>
59
+ tf -cloud aws plan
60
60
```
61
61
62
62
- Run below to deploy:
63
63
```
64
- tf -cloud aws apply -var-file <path to .tfvars file>
64
+ tf -cloud aws apply
65
65
```
66
66
67
67
- Run below to destroy:
68
68
```
69
- tf -cloud aws destroy -var-file <path to .tfvars file>
69
+ tf -cloud aws destroy
70
70
```
71
71
72
72
> ❗️ ** Important** - Two variables are required for using ` tf ` package:
Original file line number Diff line number Diff line change 1
1
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 "
3
3
}
4
4
5
5
locals {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments