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

[TERRAFORM] Fix in value designation #34

Merged
merged 2 commits into from
Feb 23, 2023

Commits on Feb 23, 2023

  1. [TERRAFORM] Added jsonencode to nonsensitive parameter

    For the parameters in the SSM store we need to add a jsonencode to fetch sensitive data.
    fmadjdian committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    6721047 View commit details
    Browse the repository at this point in the history
  2. [TERRAFORM] Fix in value designation

    We needed to point to the value inside the key-value pair.
    jsonencode isn't necessary..
    fmadjdian committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a862aaf View commit details
    Browse the repository at this point in the history