mumoshu / terraform-provider-eksctl

Manage AWS EKS clusters using Terraform and eksctl
Apache License 2.0
234 stars 44 forks source link

eksctl_iamserviceaccount - Provider produced inconsistent result after apply #59

Open BrendanGalloway opened 3 years ago

BrendanGalloway commented 3 years ago

When attempting to create an eksctl iamserviceaccount, the following error was encountered:

Error: Provider produced inconsistent result after apply

When applying changes to
eksctl_iamserviceaccount.external_dns_service_account, provider
"registry.terraform.io/mumoshu/eksctl" produced an unexpected new value: Root
resource was present, but now absent.

This is a bug in the provider, which should be reported in the provider's own
issue tracker.

input:

resource "eksctl_iamserviceaccount" "external_dns_service_account" {
  cluster = local.cluster_name
  name    = "external-dns"
  namespace = "platform-system"
  attach_policy_arn = "aws_iam_policy.dnsUpdatePolicy.arn"
  region = local.region
}
kat-truong commented 2 years ago

I am also getting this same issue. Any updates on this?

raheelkhan commented 7 months ago

Still facing this