Maarc
Maarc
# Description Could be great to have integration of market component like `CD4543`, `ULN2003`, ... Or to be able to create our own component to reuse it to other project...
### Related command `az costmanagement query` ### Extension name (the extension in question) costmanagement ### Description of issue (in as much detail as possible) `az costmanagement query` was removed in...
# Description Related to https://github.com/hashicorp/terraform-provider-googleworkspace/issues/351
Hello, user aliases are not idempotent After an apply if you do a plan again it want to change aliases (order) I trie with and without `sort` it does not...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...
The aim of this is to avoid object deletion on content update, linked to https://github.com/hashicorp/terraform-provider-google/issues/10488 before this PR : ```hcl # google_storage_bucket_object.gsn-psc-informations must be replaced -/+ resource "google_storage_bucket_object" "test" {...
**Description** In the normal usage the `driftctl scan` command take in account the current terraform workspace of your code It is possible to add multiples using the `--from` arguments (1...
# Description Linked to https://github.com/hashicorp/terraform-provider-google/issues/9353 **Release Note Template for Downstream PRs (will be copied)** ```release-note:bug Fix(types for idempotence): transform advertised_routes to Set instead of List to keep idempotence on each...
# Description It would be nice to be able to trace the line of the route. For routes that cross multiple belay would be even more helpful And cherry on...
This function will help setup correct value for cloud nat dynamic port that must be pow of 2, used here : https://registry.terraform.io/providers/public-cloud-wl/tools/latest/docs/functions/GetClosestInferiorGCPCloudNatDynamicPortFunction https://github.com/public-cloud-wl/terraform-provider-tools/blob/main/internal/provider/get_closest_inferior_gcp_cloud_nat_dynamic_port_function.go And I think it is a good...