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 11repos :
22 - repo : https://github.com/antonbabenko/pre-commit-terraform
3- rev : v1.88.0
3+ rev : v1.88.4
44 hooks :
55 - id : terraform_fmt
66 - id : terraform_docs
Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ module "emr" {
7575 },
7676 {
7777 bid_price_as_percentage_of_on_demand_price = 100
78- ebs_config = {
79- size = 64
78+ ebs_config = [ {
79+ size = 256
8080 type = "gp3"
8181 volumes_per_instance = 1
82- }
82+ }]
8383 instance_type = "c5.xlarge"
8484 weighted_capacity = 2
8585 },
@@ -110,11 +110,11 @@ module "emr" {
110110 },
111111 {
112112 bid_price_as_percentage_of_on_demand_price = 100
113- ebs_config = {
114- size = 64
113+ ebs_config = [ {
114+ size = 256
115115 type = "gp3"
116116 volumes_per_instance = 1
117- }
117+ }]
118118 instance_type = "c5.xlarge"
119119 weighted_capacity = 2
120120 }
@@ -224,11 +224,11 @@ module "emr" {
224224 instance_type = "c5.xlarge"
225225 bid_price = "0.1"
226226
227- ebs_config = {
228- size = 64
227+ ebs_config = [ {
228+ size = 256
229229 type = "gp3"
230230 volumes_per_instance = 1
231- }
231+ }]
232232 ebs_optimized = true
233233 }
234234
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
4343| <a name =" module_emr_disabled " ></a > [ emr\_ disabled] ( #module\_ emr\_ disabled ) | ../.. | n/a |
4444| <a name =" module_emr_instance_fleet " ></a > [ emr\_ instance\_ fleet] ( #module\_ emr\_ instance\_ fleet ) | ../.. | n/a |
4545| <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 |
4747| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5.0 |
4848| <a name =" module_vpc_endpoints " ></a > [ vpc\_ endpoints] ( #module\_ vpc\_ endpoints ) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | ~ > 5.0 |
4949| <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" {
8282 },
8383 {
8484 bid_price_as_percentage_of_on_demand_price = 100
85- ebs_config = {
86- size = 64
85+ ebs_config = [ {
86+ size = 256
8787 type = " gp3"
8888 volumes_per_instance = 1
89- }
89+ }]
9090 instance_type = " c5.xlarge"
9191 weighted_capacity = 2
9292 },
@@ -117,11 +117,11 @@ module "emr_instance_fleet" {
117117 },
118118 {
119119 bid_price_as_percentage_of_on_demand_price = 100
120- ebs_config = {
121- size = 64
120+ ebs_config = [ {
121+ size = 256
122122 type = " gp3"
123123 volumes_per_instance = 1
124- }
124+ }]
125125 instance_type = " c5.xlarge"
126126 weighted_capacity = 2
127127 }
@@ -210,11 +210,11 @@ module "emr_instance_group" {
210210 instance_type = " c5.xlarge"
211211 bid_price = " 0.1"
212212
213- ebs_config = {
214- size = 64
213+ ebs_config = [ {
214+ size = 256
215215 type = " gp3"
216216 volumes_per_instance = 1
217- }
217+ }]
218218 ebs_optimized = true
219219 }
220220
@@ -322,7 +322,7 @@ module "vpc_endpoints_sg" {
322322
323323module "s3_bucket" {
324324 source = " terraform-aws-modules/s3-bucket/aws"
325- version = " ~> 3 .0"
325+ version = " ~> 4 .0"
326326
327327 bucket_prefix = " ${ local . name } -"
328328
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
4040| ------| --------| ---------|
4141| <a name =" module_emr_instance_fleet " ></a > [ emr\_ instance\_ fleet] ( #module\_ emr\_ instance\_ fleet ) | ../.. | n/a |
4242| <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 |
4444| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5.0 |
4545
4646## Resources
Original file line number Diff line number Diff line change @@ -81,11 +81,11 @@ module "emr_instance_fleet" {
8181 },
8282 {
8383 bid_price_as_percentage_of_on_demand_price = 100
84- ebs_config = {
85- size = 64
84+ ebs_config = [ {
85+ size = 256
8686 type = " gp3"
8787 volumes_per_instance = 1
88- }
88+ }]
8989 instance_type = " c5.xlarge"
9090 weighted_capacity = 2
9191 },
@@ -116,11 +116,11 @@ module "emr_instance_fleet" {
116116 },
117117 {
118118 bid_price_as_percentage_of_on_demand_price = 100
119- ebs_config = {
120- size = 64
119+ ebs_config = [ {
120+ size = 256
121121 type = " gp3"
122122 volumes_per_instance = 1
123- }
123+ }]
124124 instance_type = " c5.xlarge"
125125 weighted_capacity = 2
126126 }
@@ -212,11 +212,11 @@ module "emr_instance_group" {
212212 instance_type = " c5.xlarge"
213213 bid_price = " 0.1"
214214
215- ebs_config = {
216- size = 64
215+ ebs_config = [ {
216+ size = 256
217217 type = " gp3"
218218 volumes_per_instance = 1
219- }
219+ }]
220220 ebs_optimized = true
221221 }
222222
@@ -270,7 +270,7 @@ module "vpc" {
270270
271271module "s3_bucket" {
272272 source = " terraform-aws-modules/s3-bucket/aws"
273- version = " ~> 3 .0"
273+ version = " ~> 4 .0"
274274
275275 bucket_prefix = " ${ local . name } -"
276276
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $ terraform apply
3838| <a name =" module_emr_studio_disabled " ></a > [ emr\_ studio\_ disabled] ( #module\_ emr\_ studio\_ disabled ) | ../../modules/studio | n/a |
3939| <a name =" module_emr_studio_iam " ></a > [ emr\_ studio\_ iam] ( #module\_ emr\_ studio\_ iam ) | ../../modules/studio | n/a |
4040| <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 |
4242| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5.0 |
4343
4444## Resources
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ module "vpc" {
172172
173173module "s3_bucket" {
174174 source = " terraform-aws-modules/s3-bucket/aws"
175- version = " ~> 3 .0"
175+ version = " ~> 4 .0"
176176
177177 bucket_prefix = " ${ local . name } -"
178178
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 \
6666| <a name =" module_default " ></a > [ default] ( #module\_ default ) | ../../modules/virtual-cluster | n/a |
6767| <a name =" module_disabled " ></a > [ disabled] ( #module\_ disabled ) | ../../modules/virtual-cluster | n/a |
6868| <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 |
7070| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5.0 |
7171| <a name =" module_vpc_endpoints " ></a > [ vpc\_ endpoints] ( #module\_ vpc\_ endpoints ) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | ~ > 5.0 |
7272| <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" {
295295
296296module "s3_bucket" {
297297 source = " terraform-aws-modules/s3-bucket/aws"
298- version = " ~> 3 .0"
298+ version = " ~> 4 .0"
299299
300300 bucket_prefix = " ${ local . name } -"
301301
You can’t perform that action at this time.
0 commit comments