Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Pin google provider to 0.1.3
Browse files Browse the repository at this point in the history
- There is a problem with 1.0+ that we see when trying to create the dns
entry for the opsman instance.

Related PR: hashicorp/terraform-provider-google#536

Signed-off-by: Dave McClure <[email protected]>
  • Loading branch information
Genevieve LEsperance authored and mcwumbly committed Oct 10, 2017
1 parent 03e74e0 commit ae05cb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
provider "google" {
version = "0.1.3"

project = "${var.project}"
region = "${var.region}"
credentials = "${var.service_account_key}"
Expand Down

0 comments on commit ae05cb8

Please sign in to comment.