Skip to content

Commit 68917e8

Browse files
author
crafty
authored
create main.tf
1 parent 245b39d commit 68917e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

terraform_gcp/main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ resource "google_compute_instance" "tfansible" {
2323
network = "volt-net-hub"
2424
}
2525

26-
metadata {
27-
Name = "Terraform and Ansible Demo"
28-
ssh-keys = "${var.ssh_user}:${file("${var.public_key_path}")}"
29-
}
3026

3127
metadata_startup_script = "echo hi > /test.txt"
3228

0 commit comments

Comments
 (0)