File tree Expand file tree Collapse file tree 10 files changed +36
-36
lines changed Expand file tree Collapse file tree 10 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/antonbabenko/pre-commit-terraform
3
- rev : v1.88.0
3
+ rev : v1.88.4
4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_docs
Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ module "emr" {
75
75
},
76
76
{
77
77
bid_price_as_percentage_of_on_demand_price = 100
78
- ebs_config = {
79
- size = 64
78
+ ebs_config = [ {
79
+ size = 256
80
80
type = "gp3"
81
81
volumes_per_instance = 1
82
- }
82
+ }]
83
83
instance_type = "c5.xlarge"
84
84
weighted_capacity = 2
85
85
},
@@ -110,11 +110,11 @@ module "emr" {
110
110
},
111
111
{
112
112
bid_price_as_percentage_of_on_demand_price = 100
113
- ebs_config = {
114
- size = 64
113
+ ebs_config = [ {
114
+ size = 256
115
115
type = "gp3"
116
116
volumes_per_instance = 1
117
- }
117
+ }]
118
118
instance_type = "c5.xlarge"
119
119
weighted_capacity = 2
120
120
}
@@ -224,11 +224,11 @@ module "emr" {
224
224
instance_type = "c5.xlarge"
225
225
bid_price = "0.1"
226
226
227
- ebs_config = {
228
- size = 64
227
+ ebs_config = [ {
228
+ size = 256
229
229
type = "gp3"
230
230
volumes_per_instance = 1
231
- }
231
+ }]
232
232
ebs_optimized = true
233
233
}
234
234
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Note that this example may create resources which will incur monetary charges on
43
43
| <a name =" module_emr_disabled " ></a > [ emr\_ disabled] ( #module\_ emr\_ disabled ) | ../.. | n/a |
44
44
| <a name =" module_emr_instance_fleet " ></a > [ emr\_ instance\_ fleet] ( #module\_ emr\_ instance\_ fleet ) | ../.. | n/a |
45
45
| <a name =" module_emr_instance_group " ></a > [ emr\_ instance\_ group] ( #module\_ emr\_ instance\_ group ) | ../.. | n/a |
46
- | <a name =" module_s3_bucket " ></a > [ s3\_ bucket] ( #module\_ s3\_ bucket ) | terraform-aws-modules/s3-bucket/aws | ~ > 3 .0 |
46
+ | <a name =" module_s3_bucket " ></a > [ s3\_ bucket] ( #module\_ s3\_ bucket ) | terraform-aws-modules/s3-bucket/aws | ~ > 4 .0 |
47
47
| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5.0 |
48
48
| <a name =" module_vpc_endpoints " ></a > [ vpc\_ endpoints] ( #module\_ vpc\_ endpoints ) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | ~ > 5.0 |
49
49
| <a name =" module_vpc_endpoints_sg " ></a > [ vpc\_ endpoints\_ sg] ( #module\_ vpc\_ endpoints\_ sg ) | terraform-aws-modules/security-group/aws | ~ > 5.0 |
Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ module "emr_instance_fleet" {
82
82
},
83
83
{
84
84
bid_price_as_percentage_of_on_demand_price = 100
85
- ebs_config = {
86
- size = 64
85
+ ebs_config = [ {
86
+ size = 256
87
87
type = " gp3"
88
88
volumes_per_instance = 1
89
- }
89
+ }]
90
90
instance_type = " c5.xlarge"
91
91
weighted_capacity = 2
92
92
},
@@ -117,11 +117,11 @@ module "emr_instance_fleet" {
117
117
},
118
118
{
119
119
bid_price_as_percentage_of_on_demand_price = 100
120
- ebs_config = {
121
- size = 64
120
+ ebs_config = [ {
121
+ size = 256
122
122
type = " gp3"
123
123
volumes_per_instance = 1
124
- }
124
+ }]
125
125
instance_type = " c5.xlarge"
126
126
weighted_capacity = 2
127
127
}
@@ -210,11 +210,11 @@ module "emr_instance_group" {
210
210
instance_type = " c5.xlarge"
211
211
bid_price = " 0.1"
212
212
213
- ebs_config = {
214
- size = 64
213
+ ebs_config = [ {
214
+ size = 256
215
215
type = " gp3"
216
216
volumes_per_instance = 1
217
- }
217
+ }]
218
218
ebs_optimized = true
219
219
}
220
220
@@ -322,7 +322,7 @@ module "vpc_endpoints_sg" {
322
322
323
323
module "s3_bucket" {
324
324
source = " terraform-aws-modules/s3-bucket/aws"
325
- version = " ~> 3 .0"
325
+ version = " ~> 4 .0"
326
326
327
327
bucket_prefix = " ${ local . name } -"
328
328
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Note that this example may create resources which will incur monetary charges on
40
40
| ------| --------| ---------|
41
41
| <a name =" module_emr_instance_fleet " ></a > [ emr\_ instance\_ fleet] ( #module\_ emr\_ instance\_ fleet ) | ../.. | n/a |
42
42
| <a name =" module_emr_instance_group " ></a > [ emr\_ instance\_ group] ( #module\_ emr\_ instance\_ group ) | ../.. | n/a |
43
- | <a name =" module_s3_bucket " ></a > [ s3\_ bucket] ( #module\_ s3\_ bucket ) | terraform-aws-modules/s3-bucket/aws | ~ > 3 .0 |
43
+ | <a name =" module_s3_bucket " ></a > [ s3\_ bucket] ( #module\_ s3\_ bucket ) | terraform-aws-modules/s3-bucket/aws | ~ > 4 .0 |
44
44
| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5.0 |
45
45
46
46
## Resources
Original file line number Diff line number Diff line change @@ -81,11 +81,11 @@ module "emr_instance_fleet" {
81
81
},
82
82
{
83
83
bid_price_as_percentage_of_on_demand_price = 100
84
- ebs_config = {
85
- size = 64
84
+ ebs_config = [ {
85
+ size = 256
86
86
type = " gp3"
87
87
volumes_per_instance = 1
88
- }
88
+ }]
89
89
instance_type = " c5.xlarge"
90
90
weighted_capacity = 2
91
91
},
@@ -116,11 +116,11 @@ module "emr_instance_fleet" {
116
116
},
117
117
{
118
118
bid_price_as_percentage_of_on_demand_price = 100
119
- ebs_config = {
120
- size = 64
119
+ ebs_config = [ {
120
+ size = 256
121
121
type = " gp3"
122
122
volumes_per_instance = 1
123
- }
123
+ }]
124
124
instance_type = " c5.xlarge"
125
125
weighted_capacity = 2
126
126
}
@@ -212,11 +212,11 @@ module "emr_instance_group" {
212
212
instance_type = " c5.xlarge"
213
213
bid_price = " 0.1"
214
214
215
- ebs_config = {
216
- size = 64
215
+ ebs_config = [ {
216
+ size = 256
217
217
type = " gp3"
218
218
volumes_per_instance = 1
219
- }
219
+ }]
220
220
ebs_optimized = true
221
221
}
222
222
@@ -270,7 +270,7 @@ module "vpc" {
270
270
271
271
module "s3_bucket" {
272
272
source = " terraform-aws-modules/s3-bucket/aws"
273
- version = " ~> 3 .0"
273
+ version = " ~> 4 .0"
274
274
275
275
bucket_prefix = " ${ local . name } -"
276
276
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $ terraform apply
38
38
| <a name =" module_emr_studio_disabled " ></a > [ emr\_ studio\_ disabled] ( #module\_ emr\_ studio\_ disabled ) | ../../modules/studio | n/a |
39
39
| <a name =" module_emr_studio_iam " ></a > [ emr\_ studio\_ iam] ( #module\_ emr\_ studio\_ iam ) | ../../modules/studio | n/a |
40
40
| <a name =" module_emr_studio_sso " ></a > [ emr\_ studio\_ sso] ( #module\_ emr\_ studio\_ sso ) | ../../modules/studio | n/a |
41
- | <a name =" module_s3_bucket " ></a > [ s3\_ bucket] ( #module\_ s3\_ bucket ) | terraform-aws-modules/s3-bucket/aws | ~ > 3 .0 |
41
+ | <a name =" module_s3_bucket " ></a > [ s3\_ bucket] ( #module\_ s3\_ bucket ) | terraform-aws-modules/s3-bucket/aws | ~ > 4 .0 |
42
42
| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5.0 |
43
43
44
44
## Resources
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ module "vpc" {
172
172
173
173
module "s3_bucket" {
174
174
source = " terraform-aws-modules/s3-bucket/aws"
175
- version = " ~> 3 .0"
175
+ version = " ~> 4 .0"
176
176
177
177
bucket_prefix = " ${ local . name } -"
178
178
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ aws emr-containers list-virtual-clusters --region us-west-2 --states ARRESTED \
66
66
| <a name =" module_default " ></a > [ default] ( #module\_ default ) | ../../modules/virtual-cluster | n/a |
67
67
| <a name =" module_disabled " ></a > [ disabled] ( #module\_ disabled ) | ../../modules/virtual-cluster | n/a |
68
68
| <a name =" module_eks " ></a > [ eks] ( #module\_ eks ) | terraform-aws-modules/eks/aws | ~ > 19.13 |
69
- | <a name =" module_s3_bucket " ></a > [ s3\_ bucket] ( #module\_ s3\_ bucket ) | terraform-aws-modules/s3-bucket/aws | ~ > 3 .0 |
69
+ | <a name =" module_s3_bucket " ></a > [ s3\_ bucket] ( #module\_ s3\_ bucket ) | terraform-aws-modules/s3-bucket/aws | ~ > 4 .0 |
70
70
| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5.0 |
71
71
| <a name =" module_vpc_endpoints " ></a > [ vpc\_ endpoints] ( #module\_ vpc\_ endpoints ) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | ~ > 5.0 |
72
72
| <a name =" module_vpc_endpoints_sg " ></a > [ vpc\_ endpoints\_ sg] ( #module\_ vpc\_ endpoints\_ sg ) | terraform-aws-modules/security-group/aws | ~ > 5.0 |
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ module "vpc_endpoints_sg" {
295
295
296
296
module "s3_bucket" {
297
297
source = " terraform-aws-modules/s3-bucket/aws"
298
- version = " ~> 3 .0"
298
+ version = " ~> 4 .0"
299
299
300
300
bucket_prefix = " ${ local . name } -"
301
301
You can’t perform that action at this time.
0 commit comments