Skip to content

Commit 245b39d

Browse files
author
crafty
authored
update main.tf
1 parent 8e98c6e commit 245b39d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

terraform_gcp/main.tf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ resource "google_compute_instance" "tfansible" {
2020
scratch_disk {}
2121

2222
network_interface {
23-
network = "default"
24-
25-
access_config {
26-
// Ephemeral IP
27-
}
23+
network = "volt-net-hub"
2824
}
2925

3026
metadata {

0 commit comments

Comments
 (0)