Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Pouliot committed May 21, 2024
1 parent 6f1d4c2 commit e7a4734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/rockylinux9/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module "gcp-ampere-tau-t2a" {
region = "us-central1"
zone = "us-central1-a"
gcp_vm_count = 1
gcp_os_image = "rockylinux9"
instance_prefix = "gcp-ampere-taut2a-rockylinux-9"
gcp_os_image = "rockylinux9"
instance_prefix = "ampere-t2a-rockylinux9"
startup_script_template_file = null
cloud_init_template_file = local.cloud_init_template_path
}
Expand Down
2 changes: 1 addition & 1 deletion network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ resource "google_compute_subnetwork" "vnet" {
}

resource "google_compute_address" "static_ip" {
name = "debian-vm"
name = "terraform-t2a-vm"
}

0 comments on commit e7a4734

Please sign in to comment.