-
Notifications
You must be signed in to change notification settings - Fork 231
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
AKS Backup scenario in Terraform #158
base: main
Are you sure you want to change the base?
Conversation
@@ -48,20 +48,20 @@ override.tf.json | |||
|
|||
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan | |||
# example: *tfplan* | |||
*.tfvars | |||
# *.tfvars |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need these commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file supposed to be here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another tfplan file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there supposed to be outputs here? if not do we need this file.
@@ -0,0 +1,3 @@ | |||
# Deploying the Hub and Landing Zone in one Terraform template | |||
|
|||
If you are looking for to deploy all resources, the Hub and Spoke components, in one `terraform` template, then the template presented in this folder will do exactly that. It will deploy all the 4 steps (`03-Network-Hub`, `04-Network-LZ`, `05-AKS-Supporting` and `06-AKS-Cluster`) as 4 modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would remove the word "for" in the first part of this sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another tfplan file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this file? if not can we delete it?
Would be good to see a sample test run or completion of a run. |
This scenario shows how to create a backup of an existing AKS cluster and then use it to restore to a new cluster.
Steps to follow
Scenarios/AKS-Landing-Zone
.Scenarios/AKS-Backup/terraform.tfvars
file.cd Scenarios/AKS-Backup terraform init terraform apply