mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-16 13:12:21 -04:00
Terraform GCP: Always use local account for resource creation (#571)
* Terraform GCP: Always use local account for resource creation * Update CHANGELOG
This commit is contained in:
parent
fe36de8826
commit
df0cd43f92
4 changed files with 4 additions and 8 deletions
|
@ -12,8 +12,6 @@ terraform {
|
|||
}
|
||||
|
||||
provider "google" {
|
||||
credentials = file(var.credentials_file)
|
||||
|
||||
project = var.project
|
||||
region = var.region
|
||||
zone = var.zone
|
||||
|
|
|
@ -35,11 +35,6 @@ variable "zone" {
|
|||
description = "The GCP zone to deploy the cluster in."
|
||||
}
|
||||
|
||||
variable "credentials_file" {
|
||||
type = string
|
||||
description = "The path to the GCP credentials file."
|
||||
}
|
||||
|
||||
variable "instance_type" {
|
||||
type = string
|
||||
description = "The GCP instance type to deploy."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue