Skip to content

Commit

Permalink
Fix special character issue
Browse files Browse the repository at this point in the history
  • Loading branch information
syedthameem85 authored and hyder committed Mar 3, 2024
1 parent 85e3a7d commit 10b2ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "oci_containerengine_cluster" "k8s_cluster" {
}

endpoint_config {
is_public_ip_enabled = var.control_plane_is_public && var.assign_public_ip_to_control_planeßß
is_public_ip_enabled = var.control_plane_is_public && var.assign_public_ip_to_control_plane
nsg_ids = var.control_plane_nsg_ids
subnet_id = var.control_plane_subnet_id
}
Expand Down

0 comments on commit 10b2ae4

Please sign in to comment.