Skip to content
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

feat(mysql, mongodb, redis, hadoop): add engine version code #474

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

dusdjhyeon
Copy link
Contributor

@dusdjhyeon dusdjhyeon commented Oct 31, 2024

  • API 변경 사항으로 인한 Terraform provider 기능 변경
    • engine_version_code 추가
    • AS-IS : 리소스 생성시 image_product_code argument 하나로 이미지와 버전 선택이 가능
    • TO-BE : 리소스 생성시 이미지는 image_product_code 로 선택하고, 버전은 engine_version_code 로 선택
  • 적용 리소스
    • mysql (resource-docs의 경우 기존에 engine_version_code관련 내용이 있어서 추가 x)
    • mongodb
    • redis
    • hadoop
  • postgresql은 Postgresql PR에 반영
  • 기존에 있던 인스턴스 정보에서 확인 가능한 EngineVersion 속성(engine_version_code와 다른 값)이 있는 경우 제거 했는데, 다시 복구 필요하다면 말해주세요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant