Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 760 Bytes

learning_terraform_provider_notes.md

File metadata and controls

22 lines (15 loc) · 760 Bytes
path title
/learnings/learning_google_cloud
Learning Google Cloud

Table of contents

Terraform and GCP

<<Terraform_Google_Cloud>>

Debugging HTTP 400 errors from a terraform apply

  • are you using labels? See GCP_Label_Restrictions <-- values outside of the given range are known to throw HTTP 400 errors
  • Do you have a valid location? aka did you typo something?
  • are you missing a field that's required in the API schema but not defined as such in the TF documentation? (Good luck finding that one...)