Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Create a file for providing the values of the variables

Sumit Rawal answered on May 15, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


Create a file for providing the values of the variables

0

Create terraform.tfvars file & add the below code in it.

cidr_block = "20.0.0.0/16"

cidr_block_subnet = "20.0.1.0/24"

name = "dev"

ami_id = "ami-0a606d8395a538502"

instance_type = "t2.micro"

region = "us-east-2"

tenancy = "default"

Note:- You need to change the ami_id value as it will be different for your environment. You can change value of rest of the variables as per your requirement or else you can leave it as it is. 

Popularity 1/10 Helpfulness 1/10 Language whatever
Source: Grepper
Link to this answer
Share Copy Link
Contributed on May 15 2023
Sumit Rawal
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.