We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bf129 commit f177383Copy full SHA for f177383
examples/obs-agent-iks/main.tf
@@ -115,6 +115,7 @@ resource "ibm_network_vlan" "private_vlan" {
115
data "ibm_container_cluster_config" "cluster_config" {
116
cluster_name_id = local.cluster_name_id
117
resource_group_id = module.resource_group.resource_group_id
118
+ admin = true
119
}
120
121
# Sleep to allow RBAC sync on cluster
0 commit comments