Skip to content

Commit

Permalink
CC-2147: Added Conc Tier Instance and SG
Browse files Browse the repository at this point in the history
  • Loading branch information
SahidKhan89 committed Oct 30, 2023
1 parent 9994a6e commit afe3783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
"ebsapps_u03_size": 200,
"ebsapps_stage_size": 100,
"tg_apps_port": 8000,
"ebs_size_ebsdb_home": 100,
"ebs_size_ebsdb_temp": 100,
"ebs_size_ebsdb_exhome": 100,
"ebs_size_ebsdb_u01": 300,
"ebs_size_ebsdb_arch": 500,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ resource "aws_volume_attachment" "appshare_conc_att" {
instance_id = aws_instance.ec2_oracle_conc.id
}

module "cw-ebs-ec2" {
module "cw-conc-ec2" {
source = "./modules/cw-ec2"

short_env = local.application_data.accounts[local.environment].short_env
Expand Down

0 comments on commit afe3783

Please sign in to comment.