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
data "aws_eks_cluster" "eks_cluster_id" {
name = module.wandb_infra.cluster_id >>> module.wandb_infra.cluster_name
}
data "aws_eks_cluster_auth" "eks_cluster_auth" {
name = module.wandb_infra.cluster_id >>> module.wandb_infra.cluster_name
}
data "aws_eks_cluster" "eks_cluster_id" {
name = module.wandb_infra.cluster_id >>> module.wandb_infra.cluster_name
}
data "aws_eks_cluster_auth" "eks_cluster_auth" {
name = module.wandb_infra.cluster_id >>> module.wandb_infra.cluster_name
}
Cycle dependencies when using the AWS Terraform module 5.1 for new installations or when updating from version
5.0.1
to the5.1
Code used to deploy a new installation
Cycle dependencies observed during the plan.
The same cycle dependencies were observed when upgrading from version 5.0.1 to 5.1
The text was updated successfully, but these errors were encountered: