GoogleCloudPlatform / terraform-example-foundation-app

https://registry.terraform.io/modules/GoogleCloudPlatform/terraform-example-foundation-app/google
Apache License 2.0
33 stars 36 forks source link

env tfvar files are not pushed to repo gcp-projects #34

Closed daniel-cit closed 3 years ago

daniel-cit commented 3 years ago

Expected Behavior

After executing the steps in Run cloudbuild dev/npd/prd envs, the files:

are pushed to the repo gcp-projects

Actual Behavior

Files are not pushed to the repo

Steps to Reproduce the Problem

  1. follow the steps in 4-projects

Specifications

Extra Info

the README is missing a step with

Commit changes with git add . and git commit -m 'Your message'

just before pushing the code

rutalreja-deloitte commented 3 years ago

@daniel-cit development.auto.tfvars non-production.auto.tfvars production.auto.tfvars are in their respective folders with the example.tfvars and there are instruction to rename them

rutalreja-deloitte commented 3 years ago

Extra Info addressed in #36 instruction was in readme though not in the right order

bharathkkb commented 3 years ago

fixed via #36