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

feat: Adds Parent DNS Linking to AKS #130

Merged
merged 4 commits into from
Jul 15, 2024
Merged

Conversation

ElvenSpellmaker
Copy link
Contributor

📲 What

A description of the change.

  • Adds Parent DNS Linking functionality to AKS
  • Bumps Major verison for new functionality
  • Adds 'base' domain NS records to outputs (this allows consumption
    from the calling code to warn about manually adding NS records to
    the parent DNS Zone if needed
  • Bumps Taskctl to the latest stable version
  • Renames vars.tf to variables.tf
  • Moves DNS code to a new DNS TF file
  • Adds a .editorconfig
  • Formatting changes
  • Passes tags to some resources that didn't have it passed
  • Updates exmaple for AKS to work with module changes
  • Updates Module README
  • Fixes the AKS Example

🤔 Why

Adds the ability to link the Environment DNS with the Parent/Base DNS.

🛠 How

👀 Evidence

🕵️ How to test

Run Exmaple for AKS and you'll see it work

✅ Acceptance criteria Checklist

  • Code peer reviewed?
  • Documentation has been updated to reflect the changes?
  • Passing all automated tests, including a successful deployment?
  • Passing any exploratory testing?
  • Rebased/merged with latest changes from development and re-tested?
  • Meeting the Coding Standards?

 * Adds Parent DNS Linking functionality to AKS
 * Bumps Major verison for new functionality
 * Adds 'base' domain NS records to outputs (this allows consumption
   from the calling code to warn about manually adding NS records to
   the parent DNS Zone if needed
 * Bumps Taskctl to the latest stable version
 * Renames vars.tf to variables.tf
 * Moves DNS code to a new DNS TF file
 * Adds a .editorconfig
 * Formatting changes
 * Passes tags to some resources that didn't have it passed
 * Updates exmaple for AKS to work with module changes
 * Updates Module README
Copy link

@danEnsono danEnsono left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it!

build/azdo/templates/setup.yml Show resolved Hide resolved
@ElvenSpellmaker ElvenSpellmaker merged commit f354004 into master Jul 15, 2024
1 check passed
@ElvenSpellmaker ElvenSpellmaker deleted the feat/domain-setup branch July 15, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants