diff --git a/go.mod b/go.mod index 923e1d8f..715db14f 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/hashicorp/terraform-exec v0.18.1 github.com/hashicorp/terraform-json v0.17.1 github.com/hashicorp/terraform-plugin-sdk/v2 v2.27.0 - github.com/magodo/aztft v0.3.1-0.20231103032414-1c1646e4c907 + github.com/magodo/aztft v0.3.1-0.20231201030233-529af349ed3c github.com/magodo/tfadd v0.10.1-0.20230512075749-9c0bab46fdb8 github.com/mitchellh/cli v1.1.5 github.com/zclconf/go-cty v1.13.2 diff --git a/go.sum b/go.sum index 91bc96af..3542371c 100644 --- a/go.sum +++ b/go.sum @@ -190,8 +190,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/magodo/armid v0.0.0-20230511151020-27880e5961c3 h1:ob6vk6PlChZvutcxcLnmPH/VNmJEuwz+TmCYCVtJqeA= github.com/magodo/armid v0.0.0-20230511151020-27880e5961c3/go.mod h1:rR8E7zfGMbmfnSQvrkFiWYdhrfTqsVSltelnZB09BwA= -github.com/magodo/aztft v0.3.1-0.20231103032414-1c1646e4c907 h1:0SI+RSG4RvpvejvPjeHkh3vUCf12wFW6UzttZXBaK94= -github.com/magodo/aztft v0.3.1-0.20231103032414-1c1646e4c907/go.mod h1:hBvWN4EMP6ofzGA5d3jffaUQMz1jATxz45aaQ0+dzLE= +github.com/magodo/aztft v0.3.1-0.20231201030233-529af349ed3c h1:6braYcyADeuNsAVOu+4Gt8QjSH9xvtRShBAYJrFXIvA= +github.com/magodo/aztft v0.3.1-0.20231201030233-529af349ed3c/go.mod h1:hBvWN4EMP6ofzGA5d3jffaUQMz1jATxz45aaQ0+dzLE= github.com/magodo/tfadd v0.10.1-0.20230512075749-9c0bab46fdb8 h1:GWxGiCXPxOpekP5dBrPMQTfF7KdmwQ7EPlBeohJlPgo= github.com/magodo/tfadd v0.10.1-0.20230512075749-9c0bab46fdb8/go.mod h1:DbJnYhmAkyjNnVt819cytTfJMtv5DpqV9MkHuUbyv3c= github.com/magodo/tfpluginschema v0.0.0-20220905090502-2d6a05ebaefd h1:L0kTduNwpx60EdBPYOVF9oUY7jdfZHIncvQN490qWd4= diff --git a/vendor/github.com/magodo/aztft/internal/resmap/map.json b/vendor/github.com/magodo/aztft/internal/resmap/map.json index fa118a3c..62823c31 100644 --- a/vendor/github.com/magodo/aztft/internal/resmap/map.json +++ b/vendor/github.com/magodo/aztft/internal/resmap/map.json @@ -1276,6 +1276,21 @@ ] } }, + "azurerm_application_load_balancer_subnet_association": { + "management_plane": { + "scopes": [ + "/subscriptions/resourceGroups" + ], + "provider": "Microsoft.ServiceNetworking", + "types": [ + "trafficControllers", + "associations" + ], + "import_specs": [ + "/subscriptions/resourceGroups/Microsoft.ServiceNetworking/trafficControllers/associations" + ] + } + }, "azurerm_application_security_group": { "management_plane": { "scopes": [ diff --git a/vendor/github.com/magodo/aztft/internal/resmap/map_gen.json b/vendor/github.com/magodo/aztft/internal/resmap/map_gen.json index 394760bc..92892c3d 100644 --- a/vendor/github.com/magodo/aztft/internal/resmap/map_gen.json +++ b/vendor/github.com/magodo/aztft/internal/resmap/map_gen.json @@ -1259,6 +1259,21 @@ ] } }, + "azurerm_application_load_balancer_subnet_association": { + "management_plane": { + "scopes": [ + "/subscriptions/resourceGroups" + ], + "provider": "Microsoft.ServiceNetworking", + "types": [ + "trafficControllers", + "associations" + ], + "import_specs": [ + "/subscriptions/resourceGroups/Microsoft.ServiceNetworking/trafficControllers/associations" + ] + } + }, "azurerm_application_security_group": { "management_plane": { "scopes": [ diff --git a/vendor/modules.txt b/vendor/modules.txt index 88d8648b..63efd0f7 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -271,7 +271,7 @@ github.com/imdario/mergo # github.com/magodo/armid v0.0.0-20230511151020-27880e5961c3 ## explicit; go 1.18 github.com/magodo/armid -# github.com/magodo/aztft v0.3.1-0.20231103032414-1c1646e4c907 +# github.com/magodo/aztft v0.3.1-0.20231201030233-529af349ed3c ## explicit; go 1.19 github.com/magodo/aztft/aztft github.com/magodo/aztft/internal/client