Skip to content

Commit 12d348e

Browse files
committed
Adding missing waf provider
1 parent 465db0f commit 12d348e

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

operations/deployment/terraform/modules/aws/waf/waf.tf renamed to operations/deployment/terraform/modules/aws/waf/aws_waf.tf

File renamed without changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
terraform {
2+
required_providers {
3+
aws = {
4+
source = "hashicorp/aws"
5+
version = "~> 5.0"
6+
}
7+
}
8+
}

operations/deployment/terraform/modules/aws/waf/waf_vars.tf renamed to operations/deployment/terraform/modules/aws/waf/aws_waf_vars.tf

File renamed without changes.

0 commit comments

Comments
 (0)