728x90
728x90
에러가 나지 않던 Terraform Code에서 갑자기 plan/apply 시 아래와 같은 에러가 떴다

해결 : https://github.com/hashicorp/terraform-provider-aws/issues/20274
plugin.(*GRPCProvider).ValidateResourceConfig request was cancelled. · Issue #20274 · hashicorp/terraform-provider-aws
Community Note Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request Please do not leave "+1" or other comme...
github.com
M1 MAC의 호환성 문제인가..? 아무튼 맨 마지막을 보고 바로 해결했다

export GODEBUG=asyncpreemptoff=1

22.03.31 추가
위는 임시 환경변수라 재부팅 시 사라진다. 영구 환경변수로 설정해주자
open ~/.profile
# 맨 아래에 작성
export GODEBUG=asyncpreemptoff=1
source ~/.profile
끗
728x90
728x90
'공부 > IaC' 카테고리의 다른 글
| [Terraform] map 타입 변수 validation 설정하기 (0) | 2022.02.21 |
|---|---|
| [Terraform] For Expression을 사용해 for_each문의 output 설정하기 (1) | 2022.02.18 |
| [Terraform] CSV -> AWS Security Group : fileset 함수 활용 (0) | 2021.12.11 |
| [Terraform] Terraform import와 terraforming (AWS) (0) | 2021.11.07 |
| [Terrafrom] IP Network Functions (cidrhost, cidrnetmask, cidrsubnet, cudrsubnets) (1) | 2021.10.18 |
댓글