Skip to content

Commit

Permalink
fixed reource type
Browse files Browse the repository at this point in the history
  • Loading branch information
ahlusar1989 committed Aug 24, 2016
1 parent cc85db4 commit c8fa352
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/divvy_load_balancer_access_logging.json
Expand Up @@ -25,7 +25,7 @@
],
"ondemand_enabled": true,
"resource_types": [
"instance"
"loadbalancer"
]
}
}
2 changes: 1 addition & 1 deletion templates/divvy_load_balancer_connection_draining.json
Expand Up @@ -25,7 +25,7 @@
],
"ondemand_enabled": true,
"resource_types": [
"instance"
"loadbalancer"
]
}
}
2 changes: 1 addition & 1 deletion templates/divvy_load_balancer_cross_zone_balancing.json
Expand Up @@ -25,7 +25,7 @@
],
"ondemand_enabled": true,
"resource_types": [
"instance"
"loadbalancer"
]
}
}

0 comments on commit c8fa352

Please sign in to comment.