Skip to content

Commit

Permalink
Added Computed flag to TypeList resources with default values
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Feb 13, 2020
1 parent bd260e0 commit 88ac09e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ func resourceArmApiManagementService() *schema.Resource {
"protocols": {
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand All @@ -188,6 +189,7 @@ func resourceArmApiManagementService() *schema.Resource {
"security": {
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 88ac09e

Please sign in to comment.