Skip to content

Commit 4f21e2e

Browse files
authored
added label_prefix to hostname (#3)
Signed-off-by: Ali Mukadam <[email protected]>
1 parent 11e9a65 commit 4f21e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resource "oci_core_instance" "operator" {
99
create_vnic_details {
1010
assign_public_ip = false
1111
display_name = "${var.label_prefix}-operator-vnic"
12-
hostname_label = "operator"
12+
hostname_label = "${var.label_prefix}-operator"
1313
nsg_ids = var.nsg_ids
1414
subnet_id = oci_core_subnet.operator[0].id
1515
}

0 commit comments

Comments
 (0)