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: operations/automation-script/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The script does the following steps:
8
8
1. Packages main.tf into the myconfig.tar.gz file.
9
9
1. Creates the workspace.
10
10
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.)
12
12
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.
13
13
1. Starts a new run.
14
14
1. Enters a loop to check the run results periodically.
0 commit comments