Skip to content

Commit 463db7d

Browse files
committed
explicitly require hashicorp external provider
1 parent d6d0101 commit 463db7d

File tree

1 file changed

+5
-0
lines changed
  • registry/coder-labs/modules/sourcegraph-amp

1 file changed

+5
-0
lines changed

registry/coder-labs/modules/sourcegraph-amp/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ terraform {
66
source = "coder/coder"
77
version = ">= 2.7"
88
}
9+
external = {
10+
source = "hashicorp/external"
11+
version = "2.3.5"
12+
}
913
}
14+
1015
}
1116

1217
variable "agent_id" {

0 commit comments

Comments
 (0)