Skip to content

DumbAI/job-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

job-queue

Terraform

export AWS_PROFILE=<your-profile>
export AWS_REGION=us-east-1
terraform init # install terraform provider and modules
terraform plan # plan the execution
terraform apply --auto-approve # execute the plan

Apply with input variables:

terraform apply --auto-approve -var="name_prefix=xiaoapp"
terraform apply --var name_prefix=xiaoapp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published