Skip to content

slim-sandbox/tf-ec2-alb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf-ec2-alb

Initialize Terraform.

terraform init

Apply the configuration. You will be prompted to add the values for the variables.

terrafrom apply

Alternatively, you may pass in the values directly by adding the -var flag.

terraform apply -var="name_prefix=your-name" -var="vpc_name=your-vpc-name -var="aws_region=ap-southeast-1"

Another way is to include a values.tfvars and then use the -var-file flag.

name_prefix = "your-name"
vpc_name = "your-vpc"
aws_region = "ap-southeast-1"
terrafrom apply -var-file="values.tfvars"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors