-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Resource]: Cloud function & Object storage & API gateway #425
Comments
#159 Object Storage는 S3 Compatible하게 개발됐기 때문에 이러한 접근법을 AWS Terraform Provider에서는 "Supporing 3rd Party S3"라고 합니다. 관련된 논의나 PR은 해당 레포지토리에서 이 키워드로 검색하시면 쉽게 찾으실 수 있을 것입니다. 아래 코드를 실행하면
Object Storage가 S3와 완전히 호환되지 않으므로 "UnsupportedOperation" 오류가 발생합니다. 이에 대한 처리는 이미 AWS Terraform Provider에 다른 3rd Party S3에 대해서 하드 코딩 되어 있습니다. 따라서 NCP의 오류 코드에 대한 추가적인 예외처리를 구현하여 AWS Terraform Provider에 PR을 작성한 상태입니다. (수정 버전에서는 위 코드가 의도대로 동작합니다) 이 접근 방식에 관심이 있으시다면 해당 PR에 이모지를 남겨 우선 순위를 높일 수 있습니다.
|
위 PR이 병합되었으니 곧 공식 terraform aws provider에서 위 전략을 활용하실 수 있을 것입니다. |
Object Storage는 #395 (comment) , PR 내용 참고부탁드립니다. |
Description
NCP에서 제공하는 서비스들에 비해 NCP terraform provider가 제공하는 리소스가 많이 부족한것 같습니다.
Cloud function, Object storage, API gateway 리소스들의 추가가 계획되어있나요?
The text was updated successfully, but these errors were encountered: