Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose the default tags configured on a provider as a data source #19391

Merged
merged 12 commits into from
May 21, 2021
Merged

Expose the default tags configured on a provider as a data source #19391

merged 12 commits into from
May 21, 2021

Commits on May 21, 2021

  1. Expose the default tags configured on a provider as a data source

    Allow the provider `default_tags` to be exposed as a data source so that the tags can be added to other areas where they are not automatically applied, like the `volume_tags` of a `aws_instance` or the `tag_specifications` of a `aws_launch_template`.
    
    Closes #19370
    wjam authored and YakDriver committed May 21, 2021
    Configuration menu
    Copy the full SHA
    fbd0424 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG

    wjam authored and YakDriver committed May 21, 2021
    Configuration menu
    Copy the full SHA
    b0098e5 View commit details
    Browse the repository at this point in the history
  3. Changes from automated code review

    * Fix documentation indentation
    * Fix test naming
    * Include `IgnoreConfig` in tags
    wjam authored and YakDriver committed May 21, 2021
    Configuration menu
    Copy the full SHA
    faa36ad View commit details
    Browse the repository at this point in the history
  4. Placate semgrep

    Ignore AWS tags that may have been set in the providers default tags
    wjam authored and YakDriver committed May 21, 2021
    Configuration menu
    Copy the full SHA
    1aaf987 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3173009 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7bef0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d11ef97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49b4ca9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7f8304 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53f65ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    390dcad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0051a61 View commit details
    Browse the repository at this point in the history