Upload New File
This commit is contained in:
17
bt-autoscaler/versions.tf
Normal file
17
bt-autoscaler/versions.tf
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
terraform {
|
||||||
|
required_providers {
|
||||||
|
google = {
|
||||||
|
source = "hashicorp/google"
|
||||||
|
}
|
||||||
|
postgresql = {
|
||||||
|
source = "terraform-providers/postgresql"
|
||||||
|
}
|
||||||
|
random = {
|
||||||
|
source = "hashicorp/random"
|
||||||
|
}
|
||||||
|
template = {
|
||||||
|
source = "hashicorp/template"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
required_version = ">= 0.13"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user