File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
package/cloudshell/iac/terraform/tagging Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # entrypoint is package/cloudshell/iac/terraform/services/tf_proc_exec.py def tag_terraform
2+
3+ # tags changes
4+
5+ # - remove/comment out main (only uses start_tagging_terraform_resources function)
6+ # - add "from cloudshell.iac.terraform.models.exceptions import TerraformAutoTagsError"
7+ # - verify imports are the same (need to add to dependencies file if different and require specific version)
8+ # - modify method definition params
9+ # - modify logger to use logger from module
10+ # - _perform_terraform_init_plan is heavily changed due to the fact we may need to run this on windows or linux
11+
12+ # modified methods:
13+
14+ # - _perform_terraform_init_plan (x2)
15+ # - start_tagging_terraform_resources
16+ # - init_logging
17+ # - OverrideTagsTemplatesCreator
18+
19+
120import re
221import enum
322import sys
You can’t perform that action at this time.
0 commit comments