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

[New Provider Function]: arn_parse and arn_build #34952

Merged
merged 25 commits into from Mar 7, 2024
Merged

[New Provider Function]: arn_parse and arn_build #34952

merged 25 commits into from Mar 7, 2024

Commits on Dec 15, 2023

  1. chore: update deps

    jar-b committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4485c08 View commit details
    Browse the repository at this point in the history
  2. feat: arn handling provider functions

    The `arn_parse` and `arn_build` provider functions will allow
    practioners to easily handle ARN (Amazon Resource Name) manipulation
    with built-in functions. The `arn_parse` function provides similar
    utility to the `aws_arn` data source, but with the benefit of running
    earlier in the execution order.
    jar-b committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a9a082c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    093b8cd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    04412c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    791eb1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e80883 View commit details
    Browse the repository at this point in the history
  4. doc: fix misspell

    jar-b committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    47e42a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d24ee7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    877efa5 View commit details
    Browse the repository at this point in the history
  7. chore: make gen

    jar-b committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    21cc330 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    1a2b9e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    e2c3a82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df99cf0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    eccb0cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db9dece View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    8045752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb5d57 View commit details
    Browse the repository at this point in the history
  3. chore: changelog

    jar-b committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5109567 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    7a91594 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. doc(functions): wrap example usage in output

    This ensures the block is proper HCL and can be evaluated by tooling such as terrafmt.
    jar-b committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    096dcb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36bd499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a918688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff17d22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d6dd28 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. tools: temporarily switch to jar-b/terrafmt

    This fork includes an updated `hashicorp/hcl/v2` dependency to support the provider defined function syntax. Once this update is merged into the upstream repository this commit can be reverted
    jar-b committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cd693db View commit details
    Browse the repository at this point in the history