mumoshu/terraform-provider-eksctl

eksctl_iamserviceaccount - Provider produced inconsistent result after apply

Opened this issue · 2 comments

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
}

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

Still facing this