0
4
llucycodes42
public class GoogleCredentialsProvider { private static GoogleCredentials credentials; private static string credentials - example; private static string project - example; private static string region - example;
public static GoogleCredentials getCredentials(String credentials - example) { if (credentials - example == null) { credentials = new GoogleCredentials(); } return credentials.
Shortcut: tf_google
provider "google" {
credentials = "credentials -example"
project = "project-example"
region = "us-central1"
}