Skip to content

Commit

Permalink
replace bionic with jammy on all the machines
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitPhulera committed Oct 27, 2023
1 parent 27f4748 commit 746adc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environments/backup-production/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ servers:
network_tier: "db-private"
az: "c"
group: "elasticsearch"
os: bionic
os: jammy
volume_size: 20
volume_encrypted: yes

Expand All @@ -87,7 +87,7 @@ servers:
block_device:
volume_size: 20
group: "elasticsearch"
os: bionic
os: jammy
count: 7

- server_name: "es_b1{i}-bk-production"
Expand All @@ -99,7 +99,7 @@ servers:
block_device:
volume_size: 20
group: "elasticsearch"
os: bionic
os: jammy
count: 7

- server_name: "couch_a0-bk-production"
Expand All @@ -112,7 +112,7 @@ servers:
volume_size: 20
encrypted: yes
group: "couchdb2"
os: bionic # should we change this?
os: j # should we change this?

- server_name: "rabbit_a0-bk-production"
server_instance_type: t3a.small
Expand Down

0 comments on commit 746adc6

Please sign in to comment.