Skip to content

feat(azure): Layered Terraform samples#282

Open
mww59 wants to merge 5 commits intomainfrom
mw/azure-layered-terraform-samples
Open

feat(azure): Layered Terraform samples#282
mww59 wants to merge 5 commits intomainfrom
mw/azure-layered-terraform-samples

Conversation

@mww59
Copy link
Copy Markdown
Collaborator

@mww59 mww59 commented Apr 30, 2026

First pass at layered Terraform samples for Azure. Modules have been tested with successful applies in a local environment.

Previous samples have been moved to archive.

@@ -0,0 +1,8 @@
module "acr" {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Dependent on ACR PR on if this will need changes. Let's hold on merge until that comment is resolved.

@@ -0,0 +1,8 @@
module "vnet" {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If we have to start offering some resources be disabled and some enabled then they should all have an enabled flag. Something to consider in previous modules build

@@ -0,0 +1,14 @@
module "nbs6-agw-private" {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this one should probably be optional as well given nbs6 aci is removed

@@ -1,13 +1,15 @@
module "agw_public" {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

For this I was thinking we would have a single public app gateway with both public and private routes, instead of 2.

@@ -0,0 +1,4 @@
module "argocd" {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We should remove argocd from samples since this should be archived

@@ -0,0 +1,14 @@
terraform {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I might be missing something on this one, but regarding application deployment to the AKS cluster. Shouldn't there be a reference to it? Can you point me to where that connection happens?

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 6, 2026

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.

3 participants