Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kobrikx committed Aug 17, 2022
1 parent 03ba59d commit a34a639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Terraform module to create AWS Serverless application.
```terraform
module "pecan" {
name = "pecan"
source = "hazelops/sls-app"
source = "hazelops/sls-app/aws"
env = var.env
vpc_id = module.vpc.vpc_id
public_subnets = module.vpc.public_subnets
Expand Down

0 comments on commit a34a639

Please sign in to comment.