Want to create an interactive transcript for this episode?
Podcast: Programmers
Episode: Terraform Variables
Description: With terraform we can use variables for example an integer which is defined as a number or a string or a list of strings and then we can reference these variables further down in the code in order to reuse them you can also output variables to the screen and we could also ask the customer to input interactively variable values into the console
In this session
- init plan apply destroy
- state file
- variables
- terraform pattern consistent
- resource keyword
- resource identifier "aws_vpc"
- our name "mypc"
- in curly braces the...