diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa436e..2185061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,3 +70,7 @@ - rds-postgres - fix ingress_security_groups, ingress_networks +* 2.5.2 -- 2024-12-18 + - emr + - add emr-workspace + diff --git a/common/version.tf b/common/version.tf index 5624ad5..c3236f6 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "2.5.1" + _module_version = "2.5.2" } diff --git a/emr/settings.yml b/emr/settings.yml index 383d5df..f4e2602 100644 --- a/emr/settings.yml +++ b/emr/settings.yml @@ -78,10 +78,18 @@ security-groups: to: 18888 proto: tcp short: "EMR Studio" - security_groups: emr-studio + security_groups: + - emr-studio + - emr-workspace - name: emr-studio description: "EMR Studio" self: false vpc_cidr: false ingress: [] + + - name: emr-workspace + description: "EMR Workspace" + self: false + vpc_cidr: false + ingress: []