Skip to content

Commit fba8daa

Browse files
author
rahul-infra
committed
Added line enter.
1 parent 9baaeb5 commit fba8daa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/cross-account/.header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ terraform plan
6464
terraform apply
6565
```
6666

67-
Please note that this example may create resources that can incur monetary charges on your AWS bill. You can run `terraform destroy` when you no longer need the resources.
67+
Please note that this example may create resources that can incur monetary charges on your AWS bill. You can run `terraform destroy` when you no longer need the resources.

examples/cross-account/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ Please note that this example may create resources that can incur monetary charg
160160
| <a name="output_target_group_arn"></a> [target\_group\_arn](#output\_target\_group\_arn) | ARN of the Target Group instances |
161161
| <a name="output_target_group_id"></a> [target\_group\_id](#output\_target\_group\_id) | Identifier of the Target Group instances |
162162
| <a name="output_task_definition_arn"></a> [task\_definition\_arn](#output\_task\_definition\_arn) | ARN of the ECS Task Definition |
163-
<!-- END_TF_DOCS -->
163+
<!-- END_TF_DOCS -->

examples/same-account/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
terraform {
22
required_version = ">= 1.6.0"
3-
}
3+
}

0 commit comments

Comments
 (0)