Push expiration time values in acc test farther in the future (#754)

This commit is contained in:
Vincent Roseberry 2017-11-16 11:01:05 -08:00 committed by GitHub
parent 8fa1178814
commit 5bcd7cb921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -799,7 +799,7 @@ resource "google_sql_database_instance" "instance" {
authorized_networks {
value = "108.12.12.12"
name = "misc"
expiration_time = "2017-11-15T16:19:00.094Z"
expiration_time = "2050-11-15T16:19:00.094Z"
}
}
@ -929,7 +929,7 @@ resource "google_sql_database_instance" "instance" {
authorized_networks {
value = "108.12.12.12"
name = "misc"
expiration_time = "2017-11-15T16:19:00.094Z"
expiration_time = "2050-11-15T16:19:00.094Z"
}
}
}