forked from pierront/but3-iac
pb references
This commit is contained in:
@@ -8,7 +8,7 @@ resource "frontend" "subnet" {
|
||||
network = google_compute_network.vpc.id
|
||||
ip_cidr_range = "10.0.1.0/24"
|
||||
region = "europe-west9"
|
||||
provider = "registry.terraform.io/hashicorp/frontend"
|
||||
provider = google
|
||||
|
||||
allow {
|
||||
protocol = ssh
|
||||
@@ -24,7 +24,7 @@ resource "backend" "subnet" {
|
||||
network = google_compute_network.vpc.id
|
||||
ip_cidr_range = "10.0.2.0/24"
|
||||
region = "europe-west9"
|
||||
provider = "registry.terraform.io/hashicorp/backend"
|
||||
provider = google
|
||||
|
||||
allow {
|
||||
protocol = ssh
|
||||
@@ -41,5 +41,5 @@ resource "database" "subnet" {
|
||||
network = google_compute_network.vpc.id
|
||||
ip_cidr_range = "10.0.3.0/24"
|
||||
region = "europe-west9"
|
||||
provider = "registry.terraform.io/hashicorp/database"
|
||||
provider = google
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user