Skip to content

Commit

Permalink
AV-63566 Upgraded provider to support 0.12 (#140)
Browse files Browse the repository at this point in the history
* AV-63566 Upgraded provider to support 0.12

* Update .travis.yml
  • Loading branch information
Rohan-sss1 authored and Gaurav Rastogi committed Jul 9, 2019
1 parent a68e0b0 commit b49d102
Show file tree
Hide file tree
Showing 2,405 changed files with 559,538 additions and 122,639 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: trusty
sudo: false
language: go
go:
- 1.9.1
- 1.12.6

install:
# This script is used by the Travis build to install a cookie for
Expand Down Expand Up @@ -32,4 +32,4 @@ notifications:
- grastogi@avinetworks.com
- chaitanya.deshpande@avinetworks.com
- shrikant.patil@avinetworks.com
on_failure: always
on_failure: always
10 changes: 5 additions & 5 deletions avi/data_source_avi_actiongroupconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ data "avi_tenant" "default_tenant"{
name= "admin"
}
resource "avi_actiongroupconfig" "testActionGroupConfig" {
"autoscale_trigger_notification" = false
"external_only" = false
"tenant_ref" = "${data.avi_tenant.default_tenant.id}"
"name" = "test-System-Alert-Level-High-abc"
"level" = "ALERT_HIGH"
autoscale_trigger_notification = false
external_only = false
tenant_ref = data.avi_tenant.default_tenant.id
name = "test-System-Alert-Level-High-abc"
level = "ALERT_HIGH"
}
data "avi_actiongroupconfig" "testActionGroupConfig" {
Expand Down
Loading

0 comments on commit b49d102

Please sign in to comment.