tgwrap 0.11.0__tar.gz → 0.11.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tgwrap
3
- Version: 0.11.0
3
+ Version: 0.11.1
4
4
  Summary: A (terragrunt) wrapper around a (terraform) wrapper around ....
5
5
  Home-page: https://gitlab.com/lunadata/tgwrap
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "tgwrap"
3
- version = "0.11.0"
3
+ version = "0.11.1"
4
4
  description = "A (terragrunt) wrapper around a (terraform) wrapper around ...."
5
5
  authors = ["Gerco Grandia <gerco.grandia@4synergy.nl>", "Pascal Alma <pascal.alma@4synergy.nl>"]
6
6
  license = "MIT"
@@ -390,7 +390,8 @@ def run_import(address, id, verbose, dry_run, working_dir, no_lock, terragrunt_a
390
390
  )
391
391
  @click.option('--ignore-attributes', '-i',
392
392
  multiple=True, default=[],
393
- help=r'A glob of attributes for which updates can be ignored, this option can be used multiple times.',
393
+ help=r'A glob of attributes for which updates can be ignored, this option can be used multiple times (or set TGWRAP_ANALYZE_IGNORE environment variable)',
394
+ envvar='TGWRAP_ANALYZE_IGNORE',
394
395
  show_default=True
395
396
  )
396
397
  @click.option('--include-dir', '-I',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes