Skip to content

Commit

Permalink
project upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
epomatti committed Apr 25, 2024
1 parent 4f82ef9 commit 11ce18a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config/template.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ rds_password = "p4ssw0rd"
# Tailscale Subnet Router
create_ts_subnet_router = false
ts_instance_type = "t4g.micro"
ts_ami = "ami-0b92f766486312c82"
ts_ami = ""
ts_userdata = "ubuntu-tailscale-imagebuilder.sh"

# App server
create_appserver = false
appserver_ami = "ami-0748d13ffbc370c2b"
appserver_ami = "ami-0000456e99b2b6a9d"
appserver_instance_type = "t4g.nano"

# NAT Instance
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.36.0"
version = "5.46.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "aws_db_instance" "default" {

db_name = local.db_name
engine = "postgres"
engine_version = "16.1"
engine_version = "16.2"

username = var.username
password = var.password
Expand Down

0 comments on commit 11ce18a

Please sign in to comment.