Skip to content

Commit dc46173

Browse files
committed
refactor(tests): add provider blocks to unit tests
1 parent 744fc27 commit dc46173

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

tests/acm_unit_tests.tftest.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
provider "aws" {
2+
region = "ap-south-1"
3+
}
4+
15
################################################################################
26
# ACM
37
################################################################################

tests/alb_unit_tests.tftest.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
provider "aws" {
2+
region = "ap-south-1"
3+
}
4+
15
################################################################################
26
# Load Balancer
37
################################################################################

tests/asg_unit_tests.tftest.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
provider "aws" {
2+
region = "ap-south-1"
3+
}
4+
15
################################################################################
26
# Autoscaling Group
37
################################################################################

0 commit comments

Comments
 (0)