Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentGruber authored Nov 7, 2023
1 parent c0c0a89 commit 9c4ca47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -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
}
}

0 comments on commit 9c4ca47

Please sign in to comment.