Skip to content

Commit 39535a1

Browse files
authored
fix: include external in required_providers (#124)
1 parent 6789fa7 commit 39535a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

versions.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ terraform {
2222
source = "hashicorp/google"
2323
version = ">= 3.53, < 5.0"
2424
}
25+
external = {
26+
source = "hashicorp/external"
27+
version = ">= 2.2.2"
28+
}
2529
}
2630

2731
provider_meta "google" {

0 commit comments

Comments
 (0)