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

Scicoria/add eventhub mod #1225

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jan 8, 2023

  1. sensitive values causing errors

    if not marked as true tf was
    erroring out
    cicorias committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    fcae607 View commit details
    Browse the repository at this point in the history
  2. fix version deprcation placment

    location of version for azurerm
    now is in required_providers
    in terraform block
    cicorias committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    328185e View commit details
    Browse the repository at this point in the history
  3. ensure postgres rg is deleted

    during testing the pg test failed
    to cleanup properly even though
    the postgres instance
    was the only thing in the group
    
    thiis will ensure a rg delete
    will kill the rg and all children resources
    at test end
    cicorias committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    c115b58 View commit details
    Browse the repository at this point in the history
  4. add some transient files

    ssh keys are used for azure and
    should not be committed
    
    log files used for local runs
    cicorias committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    9040e4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e905619 View commit details
    Browse the repository at this point in the history
  6. adding eventhub module

    WIP
    cicorias committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    010d613 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. merge with upstream main

    cicorias committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    1050c5e View commit details
    Browse the repository at this point in the history