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

[CLOUDGA-17429] Add Azure CMK support to Terraform #86

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

arishta-yb
Copy link
Contributor

Summary:

This PR adds support for Azure CMK:

  1. Create a cluster with Azure CMK
  2. Update state of Azure cmk
  3. Enable/disable azure cmk

Additionally, also fixed a backupDescription related issue in this PR.

cannot use &backupDescription (value of type *string) as openapi.NullableString value in assignment

@arishta-yb arishta-yb requested a review from a team as a code owner November 1, 2023 07:15
@shinji62
Copy link
Collaborator

shinji62 commented Nov 1, 2023

As you have update the managed import you need to regenerate the mock api, https://github.com/uber-go/mock

For example for the AccountApi

mockgen -destination=./mock_yugabytedb_managed_go_client_internal/mock_api_account.go  -build_flags=--mod=mod github.com/yugabyte/yugabytedb-managed-go-client-internal  AccountApi

@arishta-yb arishta-yb force-pushed the CLOUDGA-17249-add-azure-support branch from 8b1b7f6 to c7e52e2 Compare November 2, 2023 05:55
Copy link
Contributor

@cdavid cdavid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address the comment from Gwenn.

@arishta-yb arishta-yb requested review from cdavid and shinji62 November 3, 2023 07:24
@arishta-yb arishta-yb force-pushed the CLOUDGA-17249-add-azure-support branch from c7e52e2 to 7b2e804 Compare November 3, 2023 07:32
@arishta-yb
Copy link
Contributor Author

Please address the comment from Gwenn.

Addressed all the comments, please TAL.

Updated Mock

Update Docs

addressed comments
@arishta-yb arishta-yb force-pushed the CLOUDGA-17249-add-azure-support branch from 7b2e804 to c4848b1 Compare November 3, 2023 07:45
@arishta-yb arishta-yb changed the title [CLOUDGA-17429]: Add Azure CMK support to Terraform [CLOUDGA-17429] Add Azure CMK support to Terraform Nov 3, 2023
@arishta-yb arishta-yb merged commit 4a528df into main Nov 6, 2023
@arishta-yb arishta-yb deleted the CLOUDGA-17249-add-azure-support branch November 6, 2023 05:09
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.

3 participants