Skip to content

Commit

Permalink
app: Update template-infra:app to version 0.15.1.post17.dev0+9310f64
Browse files Browse the repository at this point in the history
  • Loading branch information
doshitan committed Jan 28, 2025
1 parent df23e60 commit f3307b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .template-infra/app-app.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes here will be overwritten by Copier
_commit: v0.15.1-14-g546b89b
_src_path: ../template-infra
_commit: v0.15.1-17-g9310f64
_src_path: https://github.com/navapbc/template-infra
app_has_dev_env_setup: true
app_local_port: 3000
app_name: app
Expand Down
2 changes: 1 addition & 1 deletion infra/app/build-repository/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {
}

terraform {
required_version = "~>1.8.0"
required_version = "~>1.10.0"

required_providers {
aws = {
Expand Down
2 changes: 1 addition & 1 deletion infra/app/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ locals {
}

terraform {
required_version = "~>1.8.0"
required_version = "~>1.10.0"

required_providers {
aws = {
Expand Down
2 changes: 1 addition & 1 deletion infra/app/service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ locals {
}

terraform {
required_version = "~>1.8.0"
required_version = "~>1.10.0"

required_providers {
aws = {
Expand Down

0 comments on commit f3307b4

Please sign in to comment.