Skip to content

Commit 936c769

Browse files
committed
app-rails: Update template-infra:app to version 0.19.0.post5.dev0+6657cbe
1 parent 5c491f2 commit 936c769

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.template-infra/app-app-rails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.18.0-43-g80da2ce
2+
_commit: v0.19.0-5-g6657cbe
33
_src_path: https://github.com/navapbc/template-infra
44
app_has_dev_env_setup: true
55
app_local_port: 3100

infra/app-rails/build-repository/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ terraform {
2626
required_providers {
2727
aws = {
2828
source = "hashicorp/aws"
29-
version = "~>4.20.1"
29+
version = "~> 6.50.0"
3030
}
3131
}
3232

infra/app-rails/database/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
required_providers {
2323
aws = {
2424
source = "hashicorp/aws"
25-
version = "~>4.67.0"
25+
version = "~> 6.50.0"
2626
}
2727
}
2828

infra/app-rails/service/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ terraform {
4747
required_providers {
4848
aws = {
4949
source = "hashicorp/aws"
50-
version = ">= 5.81.0, < 6.0.0"
50+
version = "~> 6.50.0"
5151
}
5252
}
5353

0 commit comments

Comments
 (0)