Skip to content

Commit bd4f014

Browse files
committed
set provider version
1 parent face31a commit bd4f014

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 |

providers.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)