From 6760b588f1006d605e74fb239cfb960b40b9f1e0 Mon Sep 17 00:00:00 2001 From: Gitea-Actions Date: Thu, 3 Oct 2024 19:22:53 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.0=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e069587 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +## v0.1.0 (2024-10-03) + +### Feat + +- add raw output for the security group objects +- enable 'self' keyword for remote_group_id +- update provider requirement to be more flexible +- allow sec group sec for any traffic (do not default to tcp) +- **secgroup_rules**: add default description in case none is passed for securitygroup_rules +- **variables**: add default to allow empty ingress and egress blocks +- **outputs**: add simple outputs name and id +- **main**: add secgroup and rules to module +- **variables**: add initial files and start working on variables + +### Fix + +- ingress rules should also default to any protocol +- conditions trying to see if variables exist