We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terraform v1.3.9 on darwin_amd64 + provider registry.terraform.io/xelon-ag/xelon v0.6.2
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
xelon_cloud
The configuration remains the same
data "xelon_cloud" "this" { name = "some name" }
computed attributes:
cloud_id
type
No response
The text was updated successfully, but these errors were encountered:
pavel-github
No branches or pull requests
Current Terraform and Xelon provider version
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
Potential Terraform configuration
The configuration remains the same
computed attributes:
cloud_id
type
References
No response
The text was updated successfully, but these errors were encountered: