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: README.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,19 +105,20 @@ The terraformscaffold script is invoked as bin/terraform.sh. Once a state bucket
105
105
106
106
```bash
107
107
bin/terraform.sh \
108
-
-a/--action `action` \
109
-
-b/--bucket-prefix `bucket_prefix` \
110
-
-c/--component `component_name` \
111
-
-e/--environment `environment` \
112
-
-g/--group `group` (optional) \
113
-
-i/--build-id `build_id` (optional) \
114
-
-l/--lockfile `mode` (optional) \
115
-
-p/--project `project` \
116
-
-r/--region `region` \
117
-
-d/--detailed-exitcode (optional) \
118
-
-t/--lock-table (optional) \
119
-
-n/--no-color (optional) \
120
-
-w/--compact-warnings (optional) \
108
+
-a/--action `action` \
109
+
-b/--bucket-prefix `bucket_prefix` \
110
+
-c/--component `component_name` \
111
+
-e/--environment `environment` \
112
+
-g/--group `group` (optional) \
113
+
-i/--build-id `build_id` (optional) \
114
+
-l/--lockfile `mode` (optional) \
115
+
-p/--project `project` \
116
+
-r/--region `region` \
117
+
-d/--detailed-exitcode (optional) \
118
+
-j/--disable-output-json (optional) \
119
+
-t/--lock-table (optional) \
120
+
-n/--no-color (optional) \
121
+
-w/--compact-warnings (optional) \
121
122
-- \
122
123
<additional arguments to forward to the terraform binary call>
123
124
```
@@ -140,6 +141,7 @@ Where:
140
141
*`project`: The name of the project being deployed, as per the default bucket-prefix and state file keyspace
141
142
*`region` (optional): The AWS region name unique to all components and terraform processes. Defaults to the value of the _AWS_DEFAULT_REGION_ environment variable.
142
143
*`detailed-exitcode` (optional): Passes detailed exit code flag to terraform.
144
+
*`disable-output-json` (optional): Disables writing a terraform.output.json file when component outputs are updated
143
145
*`lock-table` (optional): Tells tfscaffold to use a DynamoDB Table with the same name as the S3 Bucket for state file locking
144
146
*`no-color` (optional): Passes no-color flag to terraform.
145
147
*`compact-warnings` (optional): Passes compact-warnings flag to terraform.
0 commit comments