Skip to content

Commit 0fd2555

Browse files
committed
fix example
1 parent d7cf736 commit 0fd2555

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

examples/simple_regional_beta/main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ locals {
1919
}
2020

2121
provider "google-beta" {
22-
version = "~> 2.18.0"
23-
credentials = file(var.credentials_path)
24-
region = var.region
22+
version = "~> 2.18.0"
23+
region = var.region
2524
}
2625

2726
module "gke" {

scripts/wait-for-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2018 Google LLC
2+
# Copyright 2019 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)