Search

Terraform Fargate 409 Error

Error: creating EKS Fargate Profile (skills-eks-cluster:skills-fargate-profile): operation error EKS: CreateFargateProfile, https response error StatusCode: 409, RequestID: 4b318d93-c54c-47f1-8c13-5201c79c78a2, api error ResourceInUseException: Cannot create Fargate Profile skills-fargate-profile because cluster skills-eks-cluster currently has an update in progress │ │ with module.fargate_profile_coredns.aws_eks_fargate_profile.this[0], │ on .terraform\modules\fargate_profile_coredns\modules\fargate-profile\main.tf line 147, in resource "aws_eks_fargate_profile" "this":147: resource "aws_eks_fargate_profile" "this" {
Shell
복사
아래의 명령어 후 다시 apply 진행 시 해결이 가능하다.
terraform refresh
Shell
복사