Skip to content

Commit

Permalink
add emr-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 18, 2024
1 parent fd4276c commit 913040a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,7 @@
- rds-postgres
- fix ingress_security_groups, ingress_networks

* 2.5.2 -- 2024-12-18
- emr
- add emr-workspace

2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "2.5.1"
_module_version = "2.5.2"
}
10 changes: 9 additions & 1 deletion emr/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

0 comments on commit 913040a

Please sign in to comment.