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

TES-305 DNS Module #11

Merged
merged 8 commits into from
Dec 1, 2023
Merged

TES-305 DNS Module #11

merged 8 commits into from
Dec 1, 2023

Commits on Nov 29, 2023

  1. add DNS module

    Initial commit for DNS module - TES-305
    
    fix formating
    
    update half of the comments from the pull request review
    
    fix A records for instances
    
    changes from comments and fix records
    
    TES-305
    
    add changes from comment suggestions
    
    remove dns auto register
    
    TES-305
    
    add DNS module
    
    Initial commit for DNS module - TES-305
    
    fix formating
    
    update half of the comments from the pull request review
    
    fix A records for instances
    
    changes from comments and fix records
    
    TES-305
    
    add changes from comment suggestions
    kristianiliev1 authored and viktor-ribchev committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0478da4 View commit details
    Browse the repository at this point in the history
  2. Updated the DNS module not to use data sources

    Added additional variables
    Added script, which creates DNS records based on the attached disk
    Changed disk naming to "Disk-$${RESOURCE_GROUP}-$${ZONE_ID}-$${DISK_ORDER}"
    Fixed an issue where the attach disk script was failing
    viktor-ribchev committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    54f0a9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5115c14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69756d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dd925e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Redid the DNS record creation to be based on VMSS instance ID instead…

    … of Disk name
    
    Updated .gitignore
    removed versions.tf for DNS module
    
    Moved the DNS role assignment to Roles module
    viktor-ribchev committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1cbb1e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3d18d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Added automatic cluster creation and security enabling

    Fixed notes
    
    fixed indentation
    viktor-ribchev committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    cac007c View commit details
    Browse the repository at this point in the history