From 00280e251664ac12e93445eefaa5feaa4a3234c0 Mon Sep 17 00:00:00 2001 From: Gal Szkolnik Date: Tue, 1 Aug 2023 06:51:51 +0000 Subject: [PATCH] git-ignore + documentation --- src/ASSIGNMENT-03/.gitignore | 5 ++++- src/ASSIGNMENT-03/ASSIGNMENT-03.md | 8 +++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/ASSIGNMENT-03/.gitignore b/src/ASSIGNMENT-03/.gitignore index 1a3d840..f844049 100644 --- a/src/ASSIGNMENT-03/.gitignore +++ b/src/ASSIGNMENT-03/.gitignore @@ -1,2 +1,5 @@ local.init.tf -.terraform \ No newline at end of file +.terraform* +*.tfstate +_logs +_.tmp.* \ No newline at end of file diff --git a/src/ASSIGNMENT-03/ASSIGNMENT-03.md b/src/ASSIGNMENT-03/ASSIGNMENT-03.md index 042942b..69f3461 100644 --- a/src/ASSIGNMENT-03/ASSIGNMENT-03.md +++ b/src/ASSIGNMENT-03/ASSIGNMENT-03.md @@ -11,4 +11,10 @@ The tool that seems to be a good fit, is the [aztexport](https://github.com/Azur utility, which exports an existing azure state into a collecton of terraform plan files. -This helped me with understanding the particulars of the environment. \ No newline at end of file +This helped me with understanding the particulars of how azure +objects/hirarchies/relationships work. + + + +## Additons of my own +