terraform
installed
- Fix the existing terraform code so you can successfully run
terraform test -var-file="variables/$(terraform workspace show).tfvars" -verbose
- Save a diff of your changes
- Save the terraform plan from the output
- Format the existing terraform code in the standard style
- Save a diff of your changes
- Write down the command(s) you used
- Enhance module "vpc" so the MTU of the VPC is configurable through a variable
- Ensure the default value is
1460
- Set the variable so the MTU of the created VPC is set to
1500
- Save a diff of your changes
- Save the terraform plan
- Ensure the default value is
- Present your changes
- Explain the changes you made in the first task and why they were necessary
- Show the terraform plan and explain what resources are being created
- Explain what you did in the second task
- Explain the changes you made in the third task