Skip to content

Commit

Permalink
fix(tests): use mocked provider instead
Browse files Browse the repository at this point in the history
  • Loading branch information
saumitra-dev committed Aug 21, 2024
1 parent c92f1c7 commit 03e3d99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions tests/iam_role_unit_tests.tftest.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
provider "aws" {
region = "ap-south-1"
}
mock_provider "aws" {}

################################################################################
# IAM Role
Expand Down
4 changes: 1 addition & 3 deletions tests/rds_unit_tests.tftest.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
provider "aws" {
region = "ap-south-1"
}
mock_provider "aws" {}

################################################################################
# DB Instance
Expand Down
4 changes: 1 addition & 3 deletions tests/route53_record_unit_tests.tftest.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
provider "aws" {
region = "ap-south-1"
}
mock_provider "aws" {}

################################################################################
# Route53 Record
Expand Down

0 comments on commit 03e3d99

Please sign in to comment.