terraform-provider-alz icon indicating copy to clipboard operation
terraform-provider-alz copied to clipboard

Azure Landing Zones Terraform provider

Results 12 terraform-provider-alz issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/hashicorp/go-getter/v2](https://github.com/hashicorp/go-getter) from 2.2.1 to 2.2.2. Release notes Sourced from github.com/hashicorp/go-getter/v2's releases. v2.2.2 What's Changed remove repo-specific codeql action (port from v1) by @​nywilken in hashicorp/go-getter#431 gcs/v2: bump cloud.google.com/go/storage to...

dependencies
go

Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.7.0 to 1.8.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-testing's releases. v1.8.0 FEATURES: plancheck: Added ExpectDeferredChange and ExpectNoDeferredChanges checks for experimental deferred action support. (#331) tfversion: Added SkipIfNotPrerelease version...

dependencies
go

Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.7.0 to 1.8.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-framework's releases. v1.8.0 BREAKING CHANGES: function: Removed Definition type Parameter() method (#968) NOTES: function: Provider-defined function features are now considered...

dependencies
go

I am unsure what is causing this after digging around in the code, so logging here to come back to later. When the assignments for `Deploy-VMSS-Monitoring` and `Deploy-VM-Monitoring` are being...

bug

The provider currently has sophisticated capabilities to keep track of and validate if there are duplicate management groups names or multiple root management groups. This validation shows at apply time....

enhancement

Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.9.0 to 1.10.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-testing's releases. v1.10.0 NOTES: compare: The compare package is considered experimental and may be altered or removed in a subsequent...

dependencies
go

Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) from 1.13.0 to 1.14.0. Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases. sdk/azcore/v1.14.0 1.14.0 (2024-08-07) Features Added Added field Attributes to runtime.StartSpanOptions to simplify creating spans with attributes. Other Changes...

dependencies
go

Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.10.0 to 1.11.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-framework's releases. v1.11.0 NOTES: Framework reflection logic (Config.Get, Plan.Get, etc.) for structs with tfsdk field tags has been updated to...

dependencies
go

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6. Release notes Sourced from actions/upload-artifact's releases. v4.3.6 What's Changed Revert to @​actions/artifact 2.1.8 by @​robherley in actions/upload-artifact#594 Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.3.6 Commits 834a144 Merge pull...

dependencies
github_actions

When creating a custom policy assignment, the name must be no more than 24 characters long. It could be helpful if this can be validated within the provider so that...

enhancement