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: examples/demo_workspace/.header.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Follow the steps below to attach the run task created from the module into a new
25
25
}
26
26
}
27
27
...
28
-
}
28
+
}
29
29
```
30
30
31
31
* Populate the required variables, change the placeholder value below.
@@ -45,8 +45,7 @@ Follow the steps below to attach the run task created from the module into a new
45
45
46
46
* Configure the AWS credentials (`AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`) in Terraform Cloud, i.e. using variable sets. [Follow these instructions to learn more](https://developer.hashicorp.com/terraform/tutorials/cloud-get-started/cloud-create-variable-set).
47
47
48
-
* In order to create and configure the run tasks, you also need to have Terraform Cloud token stored as Variable/Variable Sets in the workspace. Add `TFE_HOSTNAME` and `TFE_TOKEN` environment variable to the same variable set or directly on the workspace.
* In order to create and configure the run tasks, you also need to have Terraform Cloud token stored as Variable/Variable Sets in the workspace. Add `TFE_HOSTNAME` and `TFE_TOKEN` environment variable to the same variable set or directly on the workspace. 
50
49
51
50
* Enable the flag to attach the run task to the demo workspace.
52
51
@@ -55,8 +54,7 @@ Follow the steps below to attach the run task created from the module into a new
55
54
terraform apply
56
55
```
57
56
58
-
* Navigate back to Terraform Cloud, locate the new demo workspace and confirm that the Run Task is attached to the demo workspace.
59
-

57
+
* Navigate back to Terraform Cloud, locate the new demo workspace and confirm that the Run Task is attached to the demo workspace. 
60
58
61
59
## Test IAM Access Analyzer using Run Task
62
60
@@ -74,5 +72,4 @@ The following steps deploy simple IAM policy with invalid permissions. This shou
74
72
terraform apply
75
73
```
76
74
77
-
* Terraform apply will fail due to several errors, use the CloudWatch link to review the errors.
78
-

75
+
* Terraform apply will fail due to several errors, use the CloudWatch link to review the errors. 
0 commit comments