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

Initial functionality #1

Merged
merged 26 commits into from
Sep 24, 2024
Merged

Initial functionality #1

merged 26 commits into from
Sep 24, 2024

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    33be3da View commit details
    Browse the repository at this point in the history
  2. Define initial providers

    dav3r committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    dde2e5e View commit details
    Browse the repository at this point in the history
  3. Define variables

    dav3r committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    772fc07 View commit details
    Browse the repository at this point in the history
  4. Define backend

    dav3r committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5ea5074 View commit details
    Browse the repository at this point in the history
  5. Define outputs

    dav3r committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    be2d382 View commit details
    Browse the repository at this point in the history
  6. Define locals

    dav3r committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1862dc1 View commit details
    Browse the repository at this point in the history
  7. Create provisionaccount role

    dav3r committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9d6fd65 View commit details
    Browse the repository at this point in the history
  8. Provision SSM Session Manager

    dav3r committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    748f41e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c43abc View commit details
    Browse the repository at this point in the history
  10. Update README from skeleton

    dav3r committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a5ed879 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8efa883 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    11c059e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aedfd7c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a4aa9f9 View commit details
    Browse the repository at this point in the history
  15. Define the Lambda bucket

    dav3r committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cc8123e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a25038d View commit details
    Browse the repository at this point in the history
  17. Sort by Terraform arguments first, then sort by config blocks next

    This is a recent style pattern we have adopted.
    
    Co-authored-by: Jeremy Frasier <[email protected]>
    dav3r and jsf9k committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7d78e8e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7ad294f View commit details
    Browse the repository at this point in the history
  19. Create policy allowing access to the COOL Lambda bucket and attach it…

    … to the CyHy ProvisionAccount role
    dav3r committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    37ba3cd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1fda0dd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e4b7ba3 View commit details
    Browse the repository at this point in the history
  22. Update Terraform docs in README

    dav3r committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b4fe6c5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0ab516d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Add a pre-requisites section to the README

    Co-authored-by: mcdonnnj <[email protected]>
    dav3r and mcdonnnj committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    eb4cd51 View commit details
    Browse the repository at this point in the history
  2. Create CyHy Lambda artifacts bucket name using bucket_prefix

    This makes our bucket names unique and allows us to remove some local variables that are no longer needed.
    
    Co-authored-by: Nicholas McDonnell <[email protected]>
    Co-authored-by: Jeremy Frasier <[email protected]>
    3 people committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7944880 View commit details
    Browse the repository at this point in the history
  3. Add an output for the Lambda artifacts bucket

    Co-authored-by: Nicholas McDonnell <[email protected]>
    dav3r and mcdonnnj committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6ce0814 View commit details
    Browse the repository at this point in the history