Skip to content

Commit 010958e

Browse files
committed
modified automation-script README.md
1 parent 1494ccf commit 010958e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/automation-script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The script does the following steps:
88
1. Packages main.tf into the myconfig.tar.gz file.
99
1. Creates the workspace.
1010
1. Creates a new configuration version.
11-
1. Uploads the myconfig.tar.gz file as a new configuration. (This last step triggers an initial run which will error because we have not yet set the name variable in the workspace. That is OK.)
11+
1. Uploads the myconfig.tar.gz file as a new configuration. (This last step triggers an initial run which will error because we have not yet set the name variable in the workspace. That is OK. If uploading other Terraform code, make sure that you have at least one variable without a default value so that this first run will fail.)
1212
1. Adds one Terraform variable called "name" and one Environment variable called "CONFIRM_DESTROY" to the workspace, getting their values from the variables.csv file. You can edit this file to add as many variables as you want.
1313
1. Starts a new run.
1414
1. Enters a loop to check the run results periodically.

0 commit comments

Comments
 (0)