Skip to content

Commit 03e3d99

Browse files
committed
fix(tests): use mocked provider instead
1 parent c92f1c7 commit 03e3d99

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

tests/iam_role_unit_tests.tftest.hcl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
provider "aws" {
2-
region = "ap-south-1"
3-
}
1+
mock_provider "aws" {}
42

53
################################################################################
64
# IAM Role

tests/rds_unit_tests.tftest.hcl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
provider "aws" {
2-
region = "ap-south-1"
3-
}
1+
mock_provider "aws" {}
42

53
################################################################################
64
# DB Instance

tests/route53_record_unit_tests.tftest.hcl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
provider "aws" {
2-
region = "ap-south-1"
3-
}
1+
mock_provider "aws" {}
42

53
################################################################################
64
# Route53 Record

0 commit comments

Comments
 (0)