Skip to content

amalkuriakose/aws-serverless-terraform

Repository files navigation

AWS Serverless with Terraform - Example Configurations

AWS Serverless Terraform Logo

How to run Terraform scripts

To download the required providers and plugins:

terraform init

To validate the configurations:

terraform validate

To format the configurations:

terraform fmt

To generate an execution plan:

terraform plan

To apply the changes:

terraform apply

To destroy the infrastructure:

terraform destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published