Skip to content

Commit

Permalink
corrected backedn-infra dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Mar 28, 2024
1 parent 20ed266 commit 495e624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
dependency "vpc" {
config_path = "../../network/vpc"

mock_outputs_allowed_terraform_commands = ["validate"]
mock_outputs_allowed_terraform_commands = ["init", "validate"]
mock_outputs = {
vpc_id = "mock_vpc_id"
subnets = []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
dependency "vpc" {
config_path = "../../network/vpc"

mock_outputs_allowed_terraform_commands = ["validate"]
mock_outputs_allowed_terraform_commands = ["init, "validate"]
mock_outputs = {
vpc_id = "mock_vpc_id"
subnets = []
Expand Down

0 comments on commit 495e624

Please sign in to comment.