You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ It is a best practice to perform these checks locally prior to submitting a pull
30
30
- tfsec
31
31
- Markdown Lint
32
32
- Checkov
33
-
-Terratest
33
+
-Terraform test
34
34
35
35
> :bangbang: The readme.md file will be created after all checks have completed successfuly, it is recommended that you install terraform-docs locally in order to preview your readme.md file prior to publication.
36
36
@@ -76,18 +76,6 @@ terraform plan -out tf.plan
76
76
terraform show -json tf.plan > tf.json
77
77
checkov
78
78
```
79
-
### Terratest
80
-
81
-
Include tests to validate your examples/<> root modules, at a minimum. This can be accomplished with usually only slight modifications to the [boilerplate test provided in this template](./test/examples\_basic\_test.go)
82
-
83
-
```
84
-
# from the root of the repository
85
-
cd test
86
-
go mod init github.com/aws-ia/terraform-project-ephemeral
87
-
go mod tidy
88
-
go install github.com/gruntwork-io/terratest/modules/terraform
Copy file name to clipboardExpand all lines: examples/linux/README.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,28 +25,33 @@ This example creates the following resources:
25
25
26
26
## How to Deploy
27
27
28
-
### Prerequisites:
28
+
### Prerequisites
29
+
29
30
Ensure that you have installed the following tools in your Mac or Windows Laptop before start working with this module and run Terraform Plan and Apply
0 commit comments