Skip to content

Commit 23d5717

Browse files
author
Florencia Comuzzi
committed
enable compute engine api
1 parent 1a15966 commit 23d5717

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
resource "google_project_service" "compute_engine" {
2+
service = "compute.googleapis.com"
3+
disable_on_destroy = false
4+
}
5+
16
resource "google_compute_network" "vpc_network" {
27
name = var.vpc_name
38
}

0 commit comments

Comments
 (0)