git-ignore + documentation
This commit is contained in:
parent
1e066646e4
commit
00280e2516
|
@ -1,2 +1,5 @@
|
||||||
local.init.tf
|
local.init.tf
|
||||||
.terraform
|
.terraform*
|
||||||
|
*.tfstate
|
||||||
|
_logs
|
||||||
|
_.tmp.*
|
|
@ -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
|
utility, which exports an existing azure state into a collecton of
|
||||||
terraform plan files.
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue