Skip to content

Commit 7fe46e9

Browse files
committed
fix linting
1 parent 6defbe2 commit 7fe46e9

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

examples/demo_workspace/.header.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Follow the steps below to attach the run task created from the module into a new
2525
}
2626
}
2727
...
28-
}
28+
}
2929
```
3030

3131
* 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
4545

4646
* 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).
4747

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.
49-
![TFC Configure Variable Set](../diagram/TerraformCloud-VariableSets.png?raw=true "Configure Terraform Cloud Variable Set")
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. ![TFC Configure Variable Set](../diagram/TerraformCloud-VariableSets.png?raw=true "Configure Terraform Cloud Variable Set")
5049

5150
* Enable the flag to attach the run task to the demo workspace.
5251

@@ -55,8 +54,7 @@ Follow the steps below to attach the run task created from the module into a new
5554
terraform apply
5655
```
5756

58-
* Navigate back to Terraform Cloud, locate the new demo workspace and confirm that the Run Task is attached to the demo workspace.
59-
![TFC Run Task in Workspace](../../diagram/TerraformCloud-RunTaskWorkspace.png?raw=true "Run Task attached to the demo workspace")
57+
* Navigate back to Terraform Cloud, locate the new demo workspace and confirm that the Run Task is attached to the demo workspace. ![TFC Run Task in Workspace](../../diagram/TerraformCloud-RunTaskWorkspace.png?raw=true "Run Task attached to the demo workspace")
6058

6159
## Test IAM Access Analyzer using Run Task
6260

@@ -74,5 +72,4 @@ The following steps deploy simple IAM policy with invalid permissions. This shou
7472
terraform apply
7573
```
7674

77-
* Terraform apply will fail due to several errors, use the CloudWatch link to review the errors.
78-
![TFC Run Task results](../../diagram/TerraformCloud-RunTaskOutput.png?raw=true "Run Task output with IAM Access Analyzer validation")
75+
* Terraform apply will fail due to several errors, use the CloudWatch link to review the errors. ![TFC Run Task results](../../diagram/TerraformCloud-RunTaskOutput.png?raw=true "Run Task output with IAM Access Analyzer validation")

0 commit comments

Comments
 (0)