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
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
}
The text was updated successfully, but these errors were encountered:
When attempting to create an eksctl iamserviceaccount, the following error was encountered:
input:
The text was updated successfully, but these errors were encountered: