Skip to content

Commit

Permalink
Merge branch 'master' into release/0003
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 authored Mar 29, 2024
2 parents a8b6edf + ea733ca commit 7c3dcf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app-infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,5 @@ variable "referer_allowed_domains" {
variable "pic_sure_resource_id" {
type = string
description = "The resource id for the pic-sure. Used for auth or open HPDS generally"

}
2 changes: 1 addition & 1 deletion app-infrastructure/wildfly-instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data "template_cloudinit_config" "wildfly-user-data" {

resource "aws_instance" "wildfly-ec2" {
ami = local.ami_id
instance_type = "m5.2xlarge"
instance_type = "m5.large"

subnet_id = local.private2_subnet_ids[0]

Expand Down

0 comments on commit 7c3dcf2

Please sign in to comment.