git-ignore + documentation

This commit is contained in:
Gal Szkolnik 2023-08-01 06:51:51 +00:00
parent 1e066646e4
commit 00280e2516
2 changed files with 11 additions and 2 deletions

View File

@ -1,2 +1,5 @@
local.init.tf
.terraform
.terraform*
*.tfstate
_logs
_.tmp.*

View File

@ -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.
This helped me with understanding the particulars of how azure
objects/hirarchies/relationships work.
<https://github.com/Azure/azure-cli/issues/11749#issuecomment-570975762>
## Additons of my own