File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ Enhance your Terraform workflows with AI-powered insights while maintaining secu
100100| < a name=" requirement_terraform" ></a> [terraform](# requirement\_terraform) | >= 1.5.0 |
101101| < a name=" requirement_archive" ></a> [archive](# requirement\_archive) | ~>2.2.0 |
102102| < a name=" requirement_aws" ></a> [aws](# requirement\_aws) | >= 5.72.0 |
103- | < a name=" requirement_awscc" ></a> [awscc](# requirement\_awscc) | >= 1.11.0 |
104103| < a name=" requirement_random" ></a> [random](# requirement\_random) | >=3.4.0 |
105104
106105# # Providers
Original file line number Diff line number Diff line change @@ -22,10 +22,6 @@ provider "aws" {
2222 region = " us-east-1" # for Cloudfront WAF only, must be in us-east-1
2323}
2424
25- provider "awscc" {
26- region = var. region
27- }
28-
2925provider "tfe" {
3026 token = var. hcp_tf_token
3127}
Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ terraform {
66 source = " hashicorp/aws"
77 version = " >= 5.72.0"
88 }
9- awscc = {
10- source = " hashicorp/awscc"
11- version = " >= 1.11.0"
12- }
139 random = {
1410 source = " hashicorp/random"
1511 version = " >=3.4.0"
You can’t perform that action at this time.
0 commit comments