Skip to content

Commit

Permalink
Pass source with backend to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
uchida committed Jul 7, 2022
1 parent 232c8ce commit bcae4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfexec/terraform_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ resource "aws_security_group" "bar" {}
`
workspace := "work1"
backendConfig := []string{"bucket=tfstate-test"}
e := SetupTestAcc(t, source)
e := SetupTestAcc(t, source+backend)
terraformCLI := NewTerraformCLI(e)
ctx := context.Background()

Expand Down

0 comments on commit bcae4e1

Please sign in to comment.