Skip to content

Commit ad285bf

Browse files
feat: PLT-200 Remove providers in module to allow inheritance
2 parents 8e79f8e + 9a10092 commit ad285bf

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

version.tf

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
terraform {
22
required_version = ">=1.0.0"
3-
4-
required_providers {
5-
google-beta = {
6-
source = "hashicorp/google-beta"
7-
version = "~> 3.80.0"
8-
}
9-
google = {
10-
source = "hashicorp/google"
11-
version = "~> 3.30"
12-
}
13-
}
14-
}
3+
}

0 commit comments

Comments
 (0)