examples: Fix credentials key (#821)

This is out of date and now uses `credentials` as the key
This commit is contained in:
Philip Cristiano 2017-12-06 13:15:42 -05:00 committed by Vincent Roseberry
parent d4e297ec44
commit 54ea8bb732

View File

@ -1,8 +1,8 @@
# An example of how to connect two GCE networks with a VPN
provider "google" {
account_file = "${file("~/gce/account.json")}"
project = "${var.project}"
region = "${var.region1}"
credentials = "${file("~/gce/account.json")}"
project = "${var.project}"
region = "${var.region1}"
}
# Create the two networks we want to join. They must have separate, internal