Skip to content

Commit

Permalink
sc1 -> gp3
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Oct 11, 2024
1 parent 95b51d8 commit 576e9e4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion research_datastream/terraform/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ The state machine is capable of confirming a complete execution by checking for
"DeviceName": "/dev/xvda",
"Ebs": {
"VolumeSize": 64,
"VolumeType": "sc1"
"VolumeType": "gp3"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"DeviceName": "/dev/xvda",
"Ebs": {
"VolumeSize": 16,
"VolumeType": "sc1"
"VolumeType": "gp3"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"DeviceName": "/dev/xvda",
"Ebs": {
"VolumeSize": 16,
"VolumeType": "sc1"
"VolumeType": "gp3"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"DeviceName": "/dev/xvda",
"Ebs": {
"VolumeSize": 16,
"VolumeType": "sc1"
"VolumeType": "gp3"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"DeviceName": "/dev/xvda",
"Ebs": {
"VolumeSize": 16,
"VolumeType": "sc1"
"VolumeType": "gp3"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion research_datastream/terraform/test/execution_gp_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"DeviceName": "/dev/xvda",
"Ebs": {
"VolumeSize": 16,
"VolumeType": "sc1"
"VolumeType": "gp3"
}
}
]
Expand Down

0 comments on commit 576e9e4

Please sign in to comment.