From 31f7f2e1c90d131ba8138f72e13ddca24598ebfe Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 30 Sep 2022 17:56:56 -0700 Subject: ops(github): terraform configuration to manage GitHub Import current GitHub repositories into terraform. This should be the main way (going forward) to interact with GitHub to create / manage the repositories and ensuring I'm consistent in the ways I want to use it. --- ops/github/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ops/github/.gitignore (limited to 'ops/github/.gitignore') diff --git a/ops/github/.gitignore b/ops/github/.gitignore new file mode 100644 index 0000000..112bb96 --- /dev/null +++ b/ops/github/.gitignore @@ -0,0 +1,3 @@ +# ignore the various terraform files that are generate. The state is +# stored in a GCS bucket. +.terraform* -- cgit v1.2.3