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: README.md
+12-8
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
# Terraform module aws-ecs-tfc-agent
2
2
3
-
This module creates a Terraform Cloud Agent pool in a TFC org, and deploys a task definition and service into an existing ECS Fargate cluster. It includes the required security group and IAM roles for a basic deployment. For all options, see variables.tf
3
+
This module creates an HCP Terraform agent pool in a TFC org, and deploys a task definition and service into an existing ECS Fargate cluster. It includes the required security group and IAM roles for a basic deployment. For all options, see variables.tf
4
4
5
5
Prerequisites:
6
6
7
7
- An existing VPC with at least one public subnet
8
-
- An existing ECS Fargate cluster
9
-
-A Terraform Cloud organization with self-hosted agent support (Business tier), or a Terraform Enterprise instance
8
+
- An existing ECS Fargate cluster and CloudWatch log group
9
+
-An HCP Terraform organization or a Terraform Enterprise instance
10
10
11
11
Hat tip to Andy Assareh for his [excellent examples](https://github.com/assareh/tfc-agent).
12
12
13
13
Minimal example using the standard agent image (hashicorp/tfc-agent):
0 commit comments