Open
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for Alicloud cloud environments. Key changes include updating the dependency version for cloud-api-server, extending the resource and data source schemas to include an "alicloud" block, and introducing a flattening function for Alicloud configurations in the cloud provider.
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updated dependency version for github.com/streamnative/cloud-api-server from v1.35.2 to v1.36.1 |
| cloud/resource_cloud_connection.go | Added the "alicloud" block support in the resource schema, creation, and read functions |
| cloud/provider.go | Updated provider configuration description to include "alicloud" |
| cloud/data_source_cloud_connection.go | Extended the data source schema to include "alicloud" and updated its read function |
| cloud/cloud_connection_cloud_provider.go | Added flattenCloudConnectionAliCloud function to process the new Alicloud configuration |
tuteng
approved these changes
Jun 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.