mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-04 07:15:05 -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
|
@ -106,7 +106,6 @@ func (v *GCPVariables) String() string {
|
|||
writeLinef(b, "project = %q", v.Project)
|
||||
writeLinef(b, "region = %q", v.Region)
|
||||
writeLinef(b, "zone = %q", v.Zone)
|
||||
writeLinef(b, "credentials_file = %q", v.CredentialsFile)
|
||||
writeLinef(b, "instance_type = %q", v.InstanceType)
|
||||
writeLinef(b, "state_disk_type = %q", v.StateDiskType)
|
||||
writeLinef(b, "image_id = %q", v.ImageID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue