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

Migrate cloud data source from SDKv2 to Framework #27

Open
pavel-github opened this issue Mar 18, 2023 · 0 comments
Open

Migrate cloud data source from SDKv2 to Framework #27

pavel-github opened this issue Mar 18, 2023 · 0 comments
Assignees
Labels
kind/enhancement Categorizes issue or PR as related to improving an existing feature.

Comments

@pavel-github
Copy link
Contributor

Current Terraform and Xelon provider version

Terraform v1.3.9
on darwin_amd64
+ provider registry.terraform.io/xelon-ag/xelon v0.6.2

Description

Move existing xelon_cloud data source from SDKv2 to Framework.
Schema should be the same: https://github.com/Xelon-AG/terraform-provider-xelon/blob/main/internal/xelon/data_source_xelon_cloud.go

Use cases

  • migration to framework usage

Potential Terraform configuration

The configuration remains the same

data "xelon_cloud" "this" {
  name = "some name"
}

computed attributes:

  • cloud_id
  • type

References

No response

@pavel-github pavel-github added the kind/enhancement Categorizes issue or PR as related to improving an existing feature. label Mar 18, 2023
@pavel-github pavel-github self-assigned this Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Categorizes issue or PR as related to improving an existing feature.
Projects
None yet
Development

No branches or pull requests

1 participant