Skip to content

Commit 1f608b0

Browse files
author
rahul-infra
committed
Merge branch 'feature/route53-cross-account-access' of https://github.com/infraspecdev/terraform-aws-ecs-deployment into feature/route53-cross-account-access
2 parents 5b252ca + 8da19a2 commit 1f608b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/acm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This sub-module creates the Amazon-issued certificate for a given domain with `v
3131
| Name | Version |
3232
|------|---------|
3333
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 6.0 |
34-
| <a name="provider_aws.dns"></a> [aws.dns](#provider\_aws.dns) | ~> 6.0 |
34+
| <a name="provider_aws.cross_account_provider"></a> [aws.cross\_account\_provider](#provider\_aws.cross\_account\_provider) | ~> 6.0 |
3535

3636
## Modules
3737

@@ -44,7 +44,7 @@ No modules.
4444
| [aws_acm_certificate.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acm_certificate) | resource |
4545
| [aws_acm_certificate_validation.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acm_certificate_validation) | resource |
4646
| [aws_route53_record.cross_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
47-
| [aws_route53_record.same_account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
47+
| [aws_route53_record.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
4848

4949
## Inputs
5050

0 commit comments

Comments
 (0)