Skip to content

Commit

Permalink
CC-2254: Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgovuk committed Dec 7, 2023
1 parent b869b57 commit d6ac28f
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 @@ -63,10 +63,10 @@ resource "aws_ebs_volume" "ebsdb_swap" {

resource "aws_volume_attachment" "ebsdb_swap_att" {
depends_on = [
aws_ebs_volume.swap
aws_ebs_volume.ebsdb_swap
]
device_name = "/dev/sdb"
volume_id = aws_ebs_volume.swap.id
volume_id = aws_ebs_volume.ebsdb_swap.id
instance_id = aws_instance.ec2_oracle_ebs.id
}

Expand Down

0 comments on commit d6ac28f

Please sign in to comment.