You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[ibm_container_cluster.cluster](https://registry.terraform.io/providers/ibm-cloud/ibm/latest/docs/data-sources/container_cluster)| data source |
87
87
|[ibm_container_cluster_config.cluster_config](https://registry.terraform.io/providers/ibm-cloud/ibm/latest/docs/data-sources/container_cluster_config)| data source |
88
88
|[ibm_container_vpc_cluster.cluster](https://registry.terraform.io/providers/ibm-cloud/ibm/latest/docs/data-sources/container_vpc_cluster)| data source |
Copy file name to clipboardExpand all lines: main.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ locals {
33
33
cluster_name=var.is_vpc_cluster? data.ibm_container_vpc_cluster.cluster[0].resource_name: data.ibm_container_cluster.cluster[0].resource_name# Not publically documented in provider. See https://github.com/IBM-Cloud/terraform-provider-ibm/issues/4485
34
34
}
35
35
36
-
resource"helm_release""sysdig_agent" {
36
+
resource"helm_release""agent" {
37
37
name=var.agent_name# Name of the Helm release
38
38
repository=var.chart_repository# Add the repository URL for the sysdig-deploy chart
39
39
chart=var.chart_location# Add the path to the sysdig-deploy chart
0 commit comments