Skip to content

Commit 211b7f9

Browse files
committed
fix: Add build tags
1 parent 7df45e1 commit 211b7f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

provisioner/terraform/executor_unix.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !windows
2+
13
package terraform
24

35
import (

provisioner/terraform/executor_windows.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build windows
2+
13
package terraform
24

35
import (

0 commit comments

Comments
 (0)