From 9c4ca47a2dfda0d4d9d86429b58df39280860ffa Mon Sep 17 00:00:00 2001 From: Brent <37851948+BrentGruber@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:44:05 -0500 Subject: [PATCH] Update main.tf --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 7970eb8..da3a2ce 100644 --- a/main.tf +++ b/main.tf @@ -170,7 +170,7 @@ resource "oci_core_instance" "deez" { create_vnic_details { assign_public_ip = false display_name = "Ubuntu" - hostname_label = "bgo1" + hostname_label = "deez1" nsg_ids = [oci_core_network_security_group.deez.id] subnet_id = oci_core_subnet.deez.id } @@ -202,4 +202,4 @@ resource "oci_core_public_ip" "deez" { display_name = oci_core_instance.deez.display_name private_ip_id = data.oci_core_private_ips.deez.private_ips.0.id -} \ No newline at end of file +}