Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
making the match block computed
Browse files Browse the repository at this point in the history
tombuildsstuff committed Nov 2, 2018
1 parent 925061f commit 5fc8593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azurerm/resource_arm_application_gateway.go
Original file line number Diff line number Diff line change
@@ -470,6 +470,7 @@ func resourceArmApplicationGateway() *schema.Resource {
"match": {
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{

0 comments on commit 5fc8593

Please sign in to comment.