magodo

Results 67 issues of magodo

- [x] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates URL...

Add support for `azurerm_subnet`. ## Local Test Import `azurerm_resource_group`, `azurerm_virtual_network` and `azurerm_subnet` within a certain resource group. ```bash $ rg_name="magodo-vnet-test" $ terraformer import azure -C -p "{output}" -r resource_group,virtual_network,subnet -f...

Stale

This PR extend the capability of `RenameVariablePrefix` to allow it to rename traversal with index in it. Previously, given following config: ```hcl resource "foo" "a" { block { attr =...

Currently, the `RenameVariablePrefix` function has the limitation as mentioned in the comment: > // The search and replacement traversals must be the same length, or this // method will panic....

`azurerm_active_directory_domain_service` - Support for `kerberos_armoring_enabled` and `kerberos_rc4_encryption_enabled`.

enhancement
documentation
size/M
service/domain-services

Locally tested on names like " rule.*^&!@#$%^&*(){}:>< 1", the API still works. Fix #17969.

documentation
service/storage
size/XS

Adding shim mgmt layer for container, queue, shares. Due to the mgmt plane API of the table still lacks of some feature (namely the `signedIdentities`), the table resource is still...

enhancement
service/storage
size/XL
upstream-microsoft

### SDK version ``` v2.16.0 ``` ### Use-cases Deploy following config: ``` resource "azurerm_resource_group" "test" { name = "mgd-test123" location = "eastus2" } ``` The default timeouts are set: ```...

enhancement
terraform-plugin-framework

### SDK version ``` v1.4.0 ``` ### Relevant provider source code I just write a dummy provider to better illustrate my question. Below code is the schema definition, there defined...

enhancement
subsystem/types

In some provider, e.g. AzureRM, TypeSet is use quite prevalent to hold a set of sub-resources (e.g. security_rule in azurerm_network_security_group). The reason for using TypeSet instead of TypeList might because...

bug