-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[New Resource] azurerm_confidential_ledger
- Add Azure Confidential Ledger Terraform Resource
#15420
Conversation
azurerm_confidential_ledger
- Add Azure Confidential Ledger Terraform Resource
hi @lynshi Thanks for this PR. Since this is using an Embedded SDK I've pulled this down locally to check it matches what we're expecting and it appears there's a number of changes present - as such I hope you don't mind but I've ended up pushing a commit to update the Embedded SDK. As I've pulled this down locally to update that, I ended up passing through the data sources/resources locally anyway - as such I hope you don't mind but I've pushed a couple of commits to this PR to update this so that we can get this merged. Thanks! |
Hi @tombuildsstuff - appreciate the help and thank you! No worries at all. I had changed the auto-generated SDK slightly though I don't remember why. I pulled the changes and ran it. Mostly looks good but I think one of the updates is disallowed (changes a property that can't be modified after creation), so the |
Sorry for the delay - I've verified that our resource tests pass and pushed the changes. |
Rebased to resolve conflicts. |
Hi, can I please get an update on this? The PR's been open for almost 3 months and I keep seeing milestones get added/removed, so just wanted to make sure we're on track as this is a requirement for General Availability of Azure Confidential Ledger. |
This functionality has been released in v3.6.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
This adds Terraform definitions for Azure Confidential Ledger based on our Public Preview API. We use the Hashicorp SDK generated from our REST API spec (as opposed to the Azure Go SDK).