-
-
Notifications
You must be signed in to change notification settings - Fork 692
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ignore last_modified on aws_lambda_function
Signed-off-by: Edgar Castillo <[email protected]>
- Loading branch information
1 parent
520c845
commit 0fdd0fc
Showing
6 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ This wrapper does not implement any extra functionality. | |
|
||
```hcl | ||
terraform { | ||
source = "tfr:///terraform-aws-modules/lambda/aws//wrappers" | ||
source = "tfr:///gametimesf/tf-aws-lambda/aws//wrappers" | ||
# Alternative source: | ||
# source = "git::[email protected]:terraform-aws-modules/terraform-aws-lambda.git//wrappers?ref=master" | ||
# source = "git::[email protected]:gametimesf/terraform-aws-tf-aws-lambda.git//wrappers?ref=master" | ||
} | ||
inputs = { | ||
|
@@ -42,7 +42,7 @@ inputs = { | |
|
||
```hcl | ||
module "wrapper" { | ||
source = "terraform-aws-modules/lambda/aws//wrappers" | ||
source = "gametimesf/tf-aws-lambda/aws//wrappers" | ||
defaults = { # Default values | ||
create = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ This wrapper does not implement any extra functionality. | |
|
||
```hcl | ||
terraform { | ||
source = "tfr:///terraform-aws-modules/lambda/aws//wrappers/alias" | ||
source = "tfr:///gametimesf/tf-aws-lambda/aws//wrappers/alias" | ||
# Alternative source: | ||
# source = "git::[email protected]:terraform-aws-modules/terraform-aws-lambda.git//wrappers/alias?ref=master" | ||
# source = "git::[email protected]:gametimesf/terraform-aws-tf-aws-lambda.git//wrappers/alias?ref=master" | ||
} | ||
inputs = { | ||
|
@@ -42,7 +42,7 @@ inputs = { | |
|
||
```hcl | ||
module "wrapper" { | ||
source = "terraform-aws-modules/lambda/aws//wrappers/alias" | ||
source = "gametimesf/tf-aws-lambda/aws//wrappers/alias" | ||
defaults = { # Default values | ||
create = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ This wrapper does not implement any extra functionality. | |
|
||
```hcl | ||
terraform { | ||
source = "tfr:///terraform-aws-modules/lambda/aws//wrappers/deploy" | ||
source = "tfr:///gametimesf/tf-aws-lambda/aws//wrappers/deploy" | ||
# Alternative source: | ||
# source = "git::[email protected]:terraform-aws-modules/terraform-aws-lambda.git//wrappers/deploy?ref=master" | ||
# source = "git::[email protected]:gametimesf/terraform-aws-tf-aws-lambda.git//wrappers/deploy?ref=master" | ||
} | ||
inputs = { | ||
|
@@ -42,7 +42,7 @@ inputs = { | |
|
||
```hcl | ||
module "wrapper" { | ||
source = "terraform-aws-modules/lambda/aws//wrappers/deploy" | ||
source = "gametimesf/tf-aws-lambda/aws//wrappers/deploy" | ||
defaults = { # Default values | ||
create = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ This wrapper does not implement any extra functionality. | |
|
||
```hcl | ||
terraform { | ||
source = "tfr:///terraform-aws-modules/lambda/aws//wrappers/docker-build" | ||
source = "tfr:///gametimesf/tf-aws-lambda/aws//wrappers/docker-build" | ||
# Alternative source: | ||
# source = "git::[email protected]:terraform-aws-modules/terraform-aws-lambda.git//wrappers/docker-build?ref=master" | ||
# source = "git::[email protected]:gametimesf/terraform-aws-tf-aws-lambda.git//wrappers/docker-build?ref=master" | ||
} | ||
inputs = { | ||
|
@@ -42,7 +42,7 @@ inputs = { | |
|
||
```hcl | ||
module "wrapper" { | ||
source = "terraform-aws-modules/lambda/aws//wrappers/docker-build" | ||
source = "gametimesf/tf-aws-lambda/aws//wrappers/docker-build" | ||
defaults = { # Default values | ||
create = true | ||
|