Skip to content

Commit

Permalink
public ip: make sure ip_version is set
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Dec 5, 2018
1 parent a94143d commit f196a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azurerm/data_source_public_ip.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func dataSourceArmPublicIPRead(d *schema.ResourceData, meta interface{}) error {
d.Set("fqdn", "")
d.Set("domain_name_label", "")
d.Set("ip_address", "")
d.Set("ip_version", "")
d.Set("idle_timeout_in_minutes", 0)

if props := resp.PublicIPAddressPropertiesFormat; props != nil {
Expand Down

0 comments on commit f196a63

Please sign in to comment.