Skip to content

Commit

Permalink
fix to set network acl in subnet network acl attachment
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal-ibm authored and hkantare committed Nov 22, 2021
1 parent 296955a commit 47a04dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibm/resource_ibm_is_subnet_network_acl_attachment.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ func resourceIBMISSubnetNetworkACLAttachmentRead(d *schema.ResourceData, meta in
d.Set(isNetworkACLName, *nwacl.Name)
d.Set(isNetworkACLCRN, *nwacl.CRN)
d.Set(isNetworkACLVPC, *nwacl.VPC.ID)
d.Set(isNetworkACLID, *nwacl.ID)
if nwacl.ResourceGroup != nil {
d.Set(isNetworkACLResourceGroup, *nwacl.ResourceGroup.ID)
}
Expand Down

0 comments on commit 47a04dc

Please sign in to comment.