Skip to content

Commit deb6942

Browse files
author
rahul-infra
committed
fix : updated aws support provider.
1 parent d0f0bcd commit deb6942

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

modules/acm/main.tf

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ locals {
1010
terraform {
1111
required_providers {
1212
aws = {
13-
source = "hashicorp/aws"
14-
configuration_aliases = [aws.dns]
13+
source = "hashicorp/aws"
14+
version = "~> 6.0"
15+
configuration_aliases = [
16+
aws,
17+
aws.dns
18+
]
1519
}
1620
}
1721
}
1822

19-
20-
2123
################################################################################
2224
# ACM Certificate
2325
################################################################################

0 commit comments

Comments
 (0)