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
# - name: Build doc/terraform-docs.md with Terraform Docs
95
-
# run: make terraform-docs/build
96
-
97
-
# - name: Create initl configuration
98
-
# run: make terraform-docs/init
99
-
100
-
# - name: Display Terraform Docs version
101
-
# run: make terraform-docs/version
102
-
103
-
# - name: Check if the input is formatted. Exit status will be 0 if all input is properly formatted and non-zero otherwise.
104
-
# run: make terraform/fmt
105
-
106
-
# - name: Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
107
-
# run: make terraform/init/backend
108
-
109
-
# - name: Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
110
-
# run: make terraform/init
111
-
112
-
# - name: Generates an execution plan for Terraform
113
-
# run: make terraform/plan
114
-
115
-
# - name: Validate the configuration files in a directory, referring only to the configuration and not accessing any remote services such as remote state, provider APIs, etc.
0 commit comments