Skip to content

Commit 12d3008

Browse files
add mock provider
1 parent 729af9a commit 12d3008

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

infrastructure/modules/storage/modules/s3-bucket/tests/s3-bucket.tftest.hcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
mock_provider "aws" {}
2+
13
variables {
24
bucket_name = "test-bucket"
35
tags = { Environment = "test", Project = "nest" }

infrastructure/modules/storage/tests/storage.tftest.hcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
mock_provider "aws" {}
2+
13
variables {
24
common_tags = { Environment = "test", Project = "nest" }
35
environment = "test"

0 commit comments

Comments
 (0)