Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 531 Bytes

File metadata and controls

16 lines (11 loc) · 531 Bytes

Changing Values (c04-iac03)

Using the same code created in the previous exercise, modify the following values from your input variables:

  • VPC CIDR
  • Subnet 1 CIDR
  • Subnet 2 Name

Execute the terraform plan command.

Submit a PR with the following files:

  • README.md based on the ANSWER.md file with the output of the terraform plan command

Your state file should not be include in your PR.

References