mirror of
https://github.com/ghndrx/tf-variable-demo.git
synced 2026-02-10 06:54:57 +00:00
add compute engine api enable
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
resource "google_compute_backend_service" "backend_service" {
|
||||
name = "backend-service"
|
||||
project = var.project_id
|
||||
region = var.region
|
||||
# region = var.region
|
||||
|
||||
backend {
|
||||
group = var.backend_instance_group_self_link
|
||||
|
||||
Reference in New Issue
Block a user