diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-16T15·52+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-08-16T15·52+0100 |
commit | ba063178361db71731e3f9ba8292848255303643 (patch) | |
tree | 279c49664ad97c40ea79a9ac6c8a450c41eab61a /infra/gcp/.gitignore | |
parent | 27036e18f5b8aa9c15da52dfd6906670977f4183 (diff) |
feat(infra/gcp): Add Terraform configuration for GKE & friends r/35
Sets up Terraform itself, a GKE cluster, a storage bucket and all the other little things required to get the basics running.
Diffstat (limited to 'infra/gcp/.gitignore')
-rw-r--r-- | infra/gcp/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/infra/gcp/.gitignore b/infra/gcp/.gitignore new file mode 100644 index 000000000000..96c7538dda8a --- /dev/null +++ b/infra/gcp/.gitignore @@ -0,0 +1,3 @@ +.terraform +*.tfstate +*.tfstate.backup |