Skip to content

Commit 4bd1802

Browse files
committed
update tag
1 parent 851a8ae commit 4bd1802

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Also Note: CodePipeline and CodeDeploy cannot be used together to deploy a Lambd
2626
## Usage
2727
```hcl
2828
module "lambda_api" {
29-
source = "github.com/byu-oit/terraform-aws-lambda-api?ref=v0.2.0"
29+
source = "github.com/byu-oit/terraform-aws-lambda-api?ref=v1.0.0"
3030
app_name = "my-lambda"
3131
env = "dev"
3232
codedeploy_service_role_arn = module.acs.power_builder_role.arn

examples/no-codedeploy/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module "acs" {
99

1010
module "lambda_api" {
1111
# source = "../../"
12-
source = "github.com/byu-oit/terraform-aws-lambda-api?ref=v0.2.0"
12+
source = "github.com/byu-oit/terraform-aws-lambda-api?ref=v1.0.0"
1313
app_name = "my-lambda"
1414
env = "dev"
1515
lambda_zip_file = "./src/lambda.zip"

examples/simple-lambda-with-deploy-test/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module "acs" {
99

1010
module "lambda_api" {
1111
# source = "../../"
12-
source = "github.com/byu-oit/terraform-aws-lambda-api?ref=v0.2.0"
12+
source = "github.com/byu-oit/terraform-aws-lambda-api?ref=v1.0.0"
1313
app_name = "my-lambda-codedeploy"
1414
env = "dev"
1515
codedeploy_service_role_arn = module.acs.power_builder_role.arn

0 commit comments

Comments
 (0)