Skip to content

Commit

Permalink
CC-2554: Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgovuk committed May 22, 2024
1 parent 54c1bc8 commit 09f057c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/ccms-ebs-upgrade/ec2-oracle_ebs_db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ resource "aws_ebs_volume" "dbf02" {
ignore_changes = [kms_key_id]
}
availability_zone = "eu-west-2a"
# snapshot_id = length(local.application_data.accounts[local.environment].dbf02_snapshot_id) > 0 ? local.application_data.accounts[local.environment].dbf02_snapshot_id : null
snapshot_id = length(local.application_data.accounts[local.environment].dbf02_snapshot_id) > 0 ? local.application_data.accounts[local.environment].dbf02_snapshot_id : null
size = local.application_data.accounts[local.environment].ebs_size_ebsdb_dbf02
type = "io2"
iops = local.application_data.accounts[local.environment].ebs_iops_ebsdb_dbf02
Expand All @@ -217,7 +217,7 @@ resource "aws_ebs_volume" "dbf03" {
ignore_changes = [kms_key_id]
}
availability_zone = "eu-west-2a"
# snapshot_id = length(local.application_data.accounts[local.environment].dbf03_snapshot_id) > 0 ? local.application_data.accounts[local.environment].dbf03_snapshot_id : null
snapshot_id = length(local.application_data.accounts[local.environment].dbf03_snapshot_id) > 0 ? local.application_data.accounts[local.environment].dbf03_snapshot_id : null
size = local.application_data.accounts[local.environment].ebs_size_ebsdb_dbf03
type = "io2"
iops = local.application_data.accounts[local.environment].ebs_iops_ebsdb_dbf03
Expand Down

0 comments on commit 09f057c

Please sign in to comment.