Skip to content

Commit

Permalink
Exposing the endpoint_monitor_status field
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Mar 16, 2018
1 parent de272d7 commit 8f3242f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azurerm/resource_arm_traffic_manager_endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ func resourceArmTrafficManagerEndpoint() *schema.Resource {
Elem: &schema.Schema{Type: schema.TypeString},
Optional: true,
},

"endpoint_monitor_status": {
Type: schema.TypeString,
Computed: true,
},
},
}
}
Expand Down

0 comments on commit 8f3242f

Please sign in to comment.