We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e0782 commit 5b252caCopy full SHA for 5b252ca
modules/acm/main.tf
@@ -7,19 +7,6 @@ locals {
7
}
8
9
10
-terraform {
11
- required_providers {
12
- aws = {
13
- source = "hashicorp/aws"
14
- version = "~> 6.0"
15
- configuration_aliases = [
16
- aws,
17
- aws.cross_account_provider
18
- ]
19
- }
20
21
-}
22
-
23
################################################################################
24
# ACM Certificate
25
modules/acm/providers.tf
@@ -0,0 +1,12 @@
1
+terraform {
2
+ required_providers {
3
+ aws = {
4
+ source = "hashicorp/aws"
5
+ version = "~> 6.0"
6
+ configuration_aliases = [
+ aws,
+ aws.cross_account_provider
+ ]
+ }
+}
0 commit comments