Skip to content

Commit

Permalink
Add private_ip_addresses in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
francescopersico committed Apr 23, 2020
1 parent 560f383 commit 66e6d13
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -64,6 +64,14 @@ func resourceArmApiManagementService() *schema.Resource {
},
},

"private_ip_addresses": {
Type: schema.TypeList,
Computed: true,
Elem: &schema.Schema{
Type: schema.TypeString,
},
},

"publisher_name": {
Type: schema.TypeString,
Required: true,
Expand Down

0 comments on commit 66e6d13

Please sign in to comment.