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

Error with a git command to push the updates in terraform-validator constraintsis on step 4-projects #88

Closed vfigueiredo-cit closed 3 years ago

vfigueiredo-cit commented 3 years ago

Expected Behavior

Push the updates in terraform-validator constraints on step foundation-extension/4-projects more especifically https://github.com/GoogleCloudPlatform/terraform-example-foundation-app/tree/main/foundation-extension/4-projects#update-terraform-validator-constraints.

Actual Behavior

To push the changes on terraform-validator constrainton step foundation-extension/4-projects is requested to run the following command:

git push master

But, we get the error:

fatal: 'master' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Steps to Reproduce the Problem

  1. Deploy foundation-app up to step foundation-extension/4-projects, "Update terraform-validator constraints"
  2. Run the command to push the changes:
    git push master

Suggestion

Use the command:

git push origin master

Specifications