Skip to content

martinKindall/terraform_ec2_freebsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Commands

Init a project

terraform init

Validate syntax (Optional)

terraform validate

See ahead of time the resources to be created

terraform plan

Deploy

terraform apply

Destroy

terraform destroy

Upgrade modules (like hashicorp/aws)

terraform init -upgrade

About

A small example for launching an EC2 instance on AWS using FreeBSD OS and running a small apache server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages