File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -154,16 +154,6 @@ resource "aws_launch_template" "x86" {
154
154
user_data = base64encode (templatefile (" ${ path . module } /user-data.sh.tftpl" , { DEPOT_CLOUD_CONNECTION_ID = var.connection- id }))
155
155
update_default_version = true
156
156
157
- block_device_mappings {
158
- device_name = " /dev/xvda"
159
- ebs {
160
- delete_on_termination = true
161
- encrypted = true
162
- volume_size = 10
163
- volume_type = " gp3"
164
- }
165
- }
166
-
167
157
iam_instance_profile {
168
158
arn = aws_iam_instance_profile. instance [0 ]. arn
169
159
}
@@ -200,16 +190,6 @@ resource "aws_launch_template" "arm" {
200
190
user_data = base64encode (templatefile (" ${ path . module } /user-data.sh.tftpl" , { DEPOT_CLOUD_CONNECTION_ID = var.connection- id }))
201
191
update_default_version = true
202
192
203
- block_device_mappings {
204
- device_name = " /dev/xvda"
205
- ebs {
206
- delete_on_termination = true
207
- encrypted = true
208
- volume_size = 10
209
- volume_type = " gp3"
210
- }
211
- }
212
-
213
193
iam_instance_profile {
214
194
arn = aws_iam_instance_profile. instance [0 ]. arn
215
195
}
You can’t perform that action at this time.
0 commit comments