Skip to content

Commit 7ae1126

Browse files
committed
fix: remove commented out mock_data
1 parent 1ac9a63 commit 7ae1126

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

tests/module.tftest.hcl

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
mock_provider "aws" {
2-
// mock_data "aws_availability_zones" {
3-
// defaults = {
4-
// names = [
5-
// "eu-west-1a",
6-
// "eu-west-1b",
7-
// "eu-west-1c"
8-
// ]
9-
// }
10-
// }
11-
}
1+
mock_provider "aws" {}
122

133
run "basic" {
144
command = plan

0 commit comments

Comments
 (0)