Skip to content

Commit 42c29ec

Browse files
authored
Remove references to init-terraform (#93)
1 parent 2c9b53e commit 42c29ec

File tree

29 files changed

+6
-56
lines changed

29 files changed

+6
-56
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ We recommend that you start with your clean `terraform-root-module` repo. Then s
6767
Here's a good example of a `Makefile` for a terraform project:
6868

6969
```
70-
-include Makefile.*
71-
7270
## Initialize terraform remote state
7371
init:
7472
[ -f .terraform/terraform.tfstate ] || terraform $@

README.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ introduction: |-
102102
Here's a good example of a `Makefile` for a terraform project:
103103
104104
```
105-
-include Makefile.*
106-
107105
## Initialize terraform remote state
108106
init:
109107
[ -f .terraform/terraform.tfstate ] || terraform $@

aws/account-dns/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
-include Makefile.*
2-
31
## Initialize terraform remote state
42
init:
53
[ -f .terraform/terraform.tfstate ] || terraform $@

aws/account-settings/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
-include Makefile.*
2-
31
## Initialize terraform remote state
42
init:
53
[ -f .terraform/terraform.tfstate ] || terraform $@

aws/accounts/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
-include Makefile.*
2-
31
## Initialize terraform remote state
42
init:
53
[ -f .terraform/terraform.tfstate ] || terraform $@

aws/acm-cloudfront/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
-include Makefile.*
2-
31
## Initialize terraform remote state
42
init:
53
[ -f .terraform/terraform.tfstate ] || terraform $@

aws/acm/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
-include Makefile.*
2-
31
## Initialize terraform remote state
42
init:
53
[ -f .terraform/terraform.tfstate ] || terraform $@

aws/artifacts/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
-include Makefile.*
2-
31
## Initialize terraform remote state
42
init:
53
[ -f .terraform/terraform.tfstate ] || terraform $@

aws/audit-cloudtrail/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
-include Makefile.*
2-
31
## Initialize terraform remote state
42
init:
53
[ -f .terraform/terraform.tfstate ] || terraform $@

aws/backing-services/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
-include Makefile.*
2-
31
## Initialize terraform remote state
42
init:
53
[ -f .terraform/terraform.tfstate ] || terraform $@

0 commit comments

Comments
 (0)