Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 4dc75b1

Browse files
Puneeth-n1337blue
andauthored
Feature/upgrade to aws v 3 (#26) (#27)
* Upgrade to most recent 2.X version * Upgrade to version 3.0 * Set required providers aws to ~> 3.0 * Custom variable validation can now be used by default, without enabling an experiment. * update terraform-docs command * terraform-docs to README.md * Fix tests Co-authored-by: Puneeth Nanjundaswamy <puneeth.nanjundaswamy@comtravo.com> Co-authored-by: Phillip L <46860631+1337blue@users.noreply.github.com>
1 parent d10047b commit 4dc75b1

File tree

16 files changed

+24
-24
lines changed

16 files changed

+24
-24
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ MIT Licensed. See LICENSE for full details.
1818
| Name | Version |
1919
|------|---------|
2020
| terraform | >= 0.12 |
21-
| aws | ~> 2.0 |
21+
| aws | ~> 3.0 |
2222

2323
## Providers
2424

2525
| Name | Version |
2626
|------|---------|
27-
| aws | ~> 2.0 |
27+
| aws | ~> 3.0 |
2828

2929
## Inputs
3030

triggers/api_gateway/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Allow this lambda to be triggered by API Gateways
88
| Name | Version |
99
|------|---------|
1010
| terraform | >= 0.12 |
11-
| aws | ~> 2.0 |
11+
| aws | ~> 3.0 |
1212

1313
## Providers
1414

1515
| Name | Version |
1616
|------|---------|
17-
| aws | ~> 2.0 |
17+
| aws | ~> 3.0 |
1818

1919
## Inputs
2020

triggers/api_gateway/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
terraform {
33
required_version = ">= 0.12"
44
required_providers {
5-
aws = "~> 2.0"
5+
aws = "~> 3.0"
66
}
77
}

triggers/cloudwatch_event_schedule/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Allow this lambda to be triggered by Cloudwatch Event Schedule
88
| Name | Version |
99
|------|---------|
1010
| terraform | >= 0.12 |
11-
| aws | ~> 2.0 |
11+
| aws | ~> 3.0 |
1212

1313
## Providers
1414

1515
| Name | Version |
1616
|------|---------|
17-
| aws | ~> 2.0 |
17+
| aws | ~> 3.0 |
1818

1919
## Inputs
2020

triggers/cloudwatch_event_schedule/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
terraform {
33
required_version = ">= 0.12"
44
required_providers {
5-
aws = "~> 2.0"
5+
aws = "~> 3.0"
66
}
77
}

triggers/cloudwatch_event_trigger/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Allow this lambda to be triggered by Cloudwatch Event Trigger
88
| Name | Version |
99
|------|---------|
1010
| terraform | >= 0.12 |
11-
| aws | ~> 2.0 |
11+
| aws | ~> 3.0 |
1212

1313
## Providers
1414

1515
| Name | Version |
1616
|------|---------|
17-
| aws | ~> 2.0 |
17+
| aws | ~> 3.0 |
1818

1919
## Inputs
2020

triggers/cloudwatch_event_trigger/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
terraform {
33
required_version = ">= 0.12"
44
required_providers {
5-
aws = "~> 2.0"
5+
aws = "~> 3.0"
66
}
77
}

triggers/cloudwatch_logs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Allow this lambda to be triggered by Cloudwatch logs
88
| Name | Version |
99
|------|---------|
1010
| terraform | >= 0.12 |
11-
| aws | ~> 2.0 |
11+
| aws | ~> 3.0 |
1212

1313
## Providers
1414

1515
| Name | Version |
1616
|------|---------|
17-
| aws | ~> 2.0 |
17+
| aws | ~> 3.0 |
1818

1919
## Inputs
2020

triggers/cloudwatch_logs/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
terraform {
33
required_version = ">= 0.12"
44
required_providers {
5-
aws = "~> 2.0"
5+
aws = "~> 3.0"
66
}
77
}

triggers/cognito_idp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Allow this lambda to be triggered by Cognito IDP
88
| Name | Version |
99
|------|---------|
1010
| terraform | >= 0.12 |
11-
| aws | ~> 2.0 |
11+
| aws | ~> 3.0 |
1212

1313
## Providers
1414

1515
| Name | Version |
1616
|------|---------|
17-
| aws | ~> 2.0 |
17+
| aws | ~> 3.0 |
1818

1919
## Inputs
2020

0 commit comments

Comments
 (0)