Skip to content

Commit ec853f7

Browse files
author
crafty
authored
update main.tf
1 parent 68917e8 commit ec853f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

terraform_gcp/main.tf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ resource "google_compute_instance" "tfansible" {
1515
image = "rhel-cloud/rhel-7"
1616
}
1717
}
18-
19-
// Local SSD disk
20-
scratch_disk {}
21-
18+
2219
network_interface {
2320
network = "volt-net-hub"
2421
}

0 commit comments

Comments
 (0)