File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.25.0] ( https://github.com/npalm/terraform-aws-gitlab-runner/compare/4.24.1...4.25.0 ) (2021-05-11)
4
+
5
+
6
+ ### Features
7
+
8
+ * Add tags to aws_iam_policy ([ #318 ] ( https://github.com/npalm/terraform-aws-gitlab-runner/issues/318 ) ) ([ 3450b4d] ( https://github.com/npalm/terraform-aws-gitlab-runner/commit/3450b4db509e050bbfbe261a675d3e01d4befe80 ) )
9
+
3
10
### [ 4.24.1] ( https://github.com/npalm/terraform-aws-gitlab-runner/compare/4.24.0...4.24.1 ) (2021-03-11)
4
11
5
12
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ resource "aws_launch_configuration" "gitlab_runner_instance" {
220
220
for_each = [var . runner_root_block_device ]
221
221
content {
222
222
delete_on_termination = lookup (root_block_device. value , " delete_on_termination" , true )
223
- volume_type = lookup (root_block_device. value , " volume_type" , " gp2 " )
223
+ volume_type = lookup (root_block_device. value , " volume_type" , " gp3 " )
224
224
volume_size = lookup (root_block_device. value , " volume_size" , 8 )
225
225
encrypted = lookup (root_block_device. value , " encrypted" , true )
226
226
iops = lookup (root_block_device. value , " iops" , null )
You can’t perform that action at this time.
0 commit comments