Skip to content
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

azurerm_ip_group - support for firewall_ids, firewall_policy_ids #19845

Merged
merged 8 commits into from
Jan 17, 2023
Prev Previous commit
Next Next commit
Update the type of the exported properties
  • Loading branch information
sponte committed Jan 10, 2023
commit 7254410f3222a2d2766abab1edd83472f90b5191
4 changes: 2 additions & 2 deletions internal/services/network/ip_group_resource.go
Original file line number Diff line number Diff line change
@@ -52,15 +52,15 @@ func resourceIpGroup() *pluginsdk.Resource {
"resource_group_name": commonschema.ResourceGroupName(),

"firewall_ids": {
Type: pluginsdk.TypeSet,
Type: pluginsdk.TypeList,
Computed: true,
Elem: &pluginsdk.Schema{
Type: pluginsdk.TypeString,
},
},

"firewall_policy_ids": {
Type: pluginsdk.TypeSet,
Type: pluginsdk.TypeList,
Computed: true,
Elem: &pluginsdk.Schema{
Type: pluginsdk.TypeString,