Skip to content

Commit 1b4aa65

Browse files
terraform-docs: automated action
1 parent 3f9091f commit 1b4aa65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# terraform-aws-ecs-deployment
33

44
Terraform module to deploy production-ready applications and services on an existing ECS infra.
5-
This module supports both same-account and cross-account ACM → Route53 validation workflows. For same-account usage, simply map the providers as providers = { aws = aws, aws.cross_account_provider = aws } without any assume role.
6-
For cross-account setups, you must create an IAM Role in the Route53 Hosted Zone account (Account B) that allows Account A (where ACM and application resources are created) to assume it. This role should grant permissions such as route53:ChangeResourceRecordSets, route53:ListHostedZonesByName, and route53:ListResourceRecordSets, along with a trust policy that permits Account A to assume the role.
7-
When using cross-account mode, configure an alias provider with assume_role and pass it to the module as:
8-
providers = { aws = aws, aws.cross_account_provider = aws.cross_account_provider }.
95

106
## Architecture Diagram
117

0 commit comments

Comments
 (0)