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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,20 @@
1
1
# Terraform module aws-ecs-tfc-agent
2
2
3
-
This module deploys a Terraform Cloud Agent 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 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
4
4
5
5
Prerequisites:
6
6
7
7
- An existing VPC with at least one public subnet
8
8
- An existing ECS Fargate cluster
9
9
- A Terraform Cloud organization with self-hosted agent support (Business tier), or a Terraform Enterprise instance
10
10
11
+
Hat tip to Andy Assareh for his [excellent examples](https://github.com/assareh/tfc-agent).
12
+
11
13
Minimal example using the standard agent image (hashicorp/tfc-agent):
0 commit comments