File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ To use this module you need have the following:
7878| < a name=" requirement_terraform" ></a> [terraform](# requirement\_terraform) | >= 1.5.0 |
7979| < a name=" requirement_archive" ></a> [archive](# requirement\_archive) | ~>2.2.0 |
8080| < a name=" requirement_aws" ></a> [aws](# requirement\_aws) | >= 5.47.0 |
81+ | < a name=" requirement_awscc" ></a> [awscc](# requirement\_awscc) | >= 1.11.0 |
8182| < a name=" requirement_random" ></a> [random](# requirement\_random) | >=3.4.0 |
8283
8384# # Providers
@@ -87,7 +88,7 @@ To use this module you need have the following:
8788| < a name=" provider_archive" ></a> [archive](# provider\_archive) | ~>2.2.0 |
8889| < a name=" provider_aws" ></a> [aws](# provider\_aws) | >= 5.47.0 |
8990| < a name=" provider_aws.cloudfront_waf" ></a> [aws.cloudfront\_ waf](# provider\_aws.cloudfront\_waf) | >= 5.47.0 |
90- | < a name=" provider_awscc" ></a> [awscc](# provider\_awscc) | n/a |
91+ | < a name=" provider_awscc" ></a> [awscc](# provider\_awscc) | >= 1.11.0 |
9192| < a name=" provider_random" ></a> [random](# provider\_random) | >=3.4.0 |
9293| < a name=" provider_terraform" ></a> [terraform](# provider\_terraform) | n/a |
9394| < a name=" provider_time" ></a> [time](# provider\_time) | n/a |
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ terraform {
66 source = " hashicorp/aws"
77 version = " >= 5.47.0"
88 }
9+ awscc = {
10+ source = " hashicorp/awscc"
11+ version = " >= 1.11.0"
12+ }
913 random = {
1014 source = " hashicorp/random"
1115 version = " >=3.4.0"
You can’t perform that action at this time.
0 commit comments