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
:no_entry_sign: Do not edit this readme.md file. To learn how to change this content and work with this repository, refer to CONTRIBUTING.md
3
+
This solution creates self-hosted HashiCorp Cloud Platform (HCP) Terraform agent on Amazon ECS cluster. HCP Terraform allows you to manage isolated, private, or on-premises infrastructure using self-hosted HCP Terraform agents. The agent polls HCP Terraform or HCP Terraform Enterprise for any changes to your configuration and executes the changes locally, so you do not need to allow public ingress traffic to your resources. Agents allow you to control infrastructure in private environments without modifying your network perimeter.
4
4
5
-
## Readme Content
5
+
## Architecture
6
6
7
-
This file will contain any instructional information about this module.
7
+

8
+
9
+
## Prerequisites
10
+
11
+
To use this module you need to have the following:
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ For best practices and information on developing with Terraform, see the [I&A Mo
8
8
9
9
## Contributing Code
10
10
11
-
In order to contibute code to this repository, you must submit a *[Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)*. To do so, you must *[fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo)* this repostiory, make your changes in your forked version and submit a *Pull Request*.
11
+
In order to contribute code to this repository, you must submit a *[Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)*. To do so, you must *[fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo)* this repository, make your changes in your forked version and submit a *Pull Request*.
12
12
13
13
## Writing Documentation
14
14
@@ -20,7 +20,7 @@ README.md is automatically generated by pulling in content from other files. For
20
20
21
21
Pull Requests (PRs) submitted against this repository undergo a series of static and functional checks.
22
22
23
-
> :exclamation: Note: Failures during funtional or static checks will prevent a pull request from being accepted.
23
+
> :exclamation: Note: Failures during functional or static checks will prevent a pull request from being accepted.
24
24
25
25
It is a best practice to perform these checks locally prior to submitting a pull request.
26
26
@@ -32,15 +32,15 @@ It is a best practice to perform these checks locally prior to submitting a pull
32
32
- Checkov
33
33
- Terratest
34
34
35
-
> :bangbang: The readme.md file will be created after all checks have completed successfuly, it is recommended that you install terraform-docs locally in order to preview your readme.md file prior to publication.
35
+
> :bangbang: The README.md file will be created after all checks have completed successfully, it is recommended that you install terraform-docs locally in order to preview your readme.md file prior to publication.
0 commit comments