generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update terraform-module #600
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/run pipeline |
1 similar comment
/run pipeline |
4ed8245
to
a9dd24c
Compare
/run pipeline |
a9dd24c
to
e140011
Compare
/run pipeline |
e140011
to
77a38f1
Compare
/run pipeline |
77a38f1
to
681d35f
Compare
681d35f
to
c285988
Compare
/run pipeline |
terraform-ibm-modules-dev
approved these changes
Nov 24, 2024
🎉 This PR is included in version 4.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.19.6
->3.19.9
7.5.0
->7.19.0
1.0.6
->1.1.6
2.0.0
->2.6.2
Release Notes
terraform-ibm-modules/terraform-ibm-icd-postgresql (terraform-ibm-modules/icd-postgresql/ibm)
v3.19.9
Compare Source
Bug Fixes
v3.19.8
Compare Source
Bug Fixes
v3.19.7
Compare Source
Bug Fixes
terraform-ibm-modules/terraform-ibm-landing-zone-vpc (terraform-ibm-modules/landing-zone-vpc/ibm)
v7.19.0
Compare Source
Features
dns_instance_id
anddns_custom_resolver_id
(#817) (b84f23a)v7.18.3
Compare Source
Bug Fixes
v7.18.2
Compare Source
Bug Fixes
v7.18.1
Compare Source
Bug Fixes
vpc_data
is always output after initial apply (#781) (069d418)v7.18.0
Compare Source
Features
v7.17.1
Compare Source
Bug Fixes
v7.17.0
Compare Source
Features
no_addr_prefix
, that if set to "true" will not automatically create a new matching address prefix for the subnet, no matter the condition. (#741) (cad676e)v7.16.2
Compare Source
Bug Fixes
v7.16.1
Compare Source
Bug Fixes
v7.16.0
Compare Source
Features
management-vpc
andworkload-vpc
submodule from thesubmodules
directory to themodules
directory to confirm with Hashicorp practises. See updated usage blocks on how to consume. (#694) (f583bbb)v7.15.0
Compare Source
Features (#709) (3dc79b8)
existing_subnet_ids
renamed toexisting_subnets
v7.14.0
Compare Source
Features
vpc_flow_logs_name
,public_gateway_name
,routing_table_name
,dns_custom_resolver_name
,dns_instance_name
, anddns_binding_name
. (#697) (760689b)v7.13.3
Compare Source
Bug Fixes
IMPORTANT NOTE:
If you are using the module in a previous version, and passing only
subnets
as inputs withaddress_prefixes
set to null or not set, upgrading to this version may cause the VPC to be deleted and recreated because the VPC configuration will change from address_prefix_management being set to "auto" to being set to "manual":~ address_prefix_management = "auto" -> "manual" # forces replacement
.v7.13.2
Compare Source
Bug Fixes
v7.13.1
Compare Source
Bug Fixes
v7.13.0
Compare Source
Features
v7.12.0
Compare Source
Features
v7.11.0
Compare Source
Features
v7.10.0
Compare Source
Features
v7.9.0
Compare Source
Features
v7.8.0
Compare Source
Features
v7.7.0
Compare Source
Features
vpc_data
output (#641) (33d2c73)v7.6.0
Compare Source
Features
>= 1.3.0, <1.6.0
(#637) (badc1e8)terraform-ibm-modules/terraform-ibm-resource-group (terraform-ibm-modules/resource-group/ibm)
v1.1.6
Compare Source
Bug Fixes
v1.1.5
Compare Source
Bug Fixes
v1.1.4
Compare Source
Bug Fixes
v1.1.3
Compare Source
Bug Fixes
v1.1.2
Compare Source
Bug Fixes
v1.1.1
Compare Source
Bug Fixes
v1.1.0
Compare Source
Features
>= 1.0.0, <1.6.0
(#508) (0a10be9)terraform-ibm-modules/terraform-ibm-security-group (terraform-ibm-modules/security-group/ibm)
v2.6.2
Compare Source
Bug Fixes
v2.6.1
Compare Source
Bug Fixes
v2.6.0
Compare Source
Features
security_group_id_for_ref
, which now gives two options for output of ID:1.
security_group_id
, original output, and will not be available until all rules have been applied for this group. Continue to use this value when implicit dependencies depend on a fully deployed security group, including the rules.2.
security_group_id_for_ref
, new output, will be available as soon as group is created and before all rules are deployed. Use this value when the rules you are supplying to the module block need a self-reference to the group being created in the same block. (#243) (b322a7b)v2.5.1
Compare Source
Bug Fixes
v2.5.0
Compare Source
Features
v2.4.0
Compare Source
Features
existing_security_group_id
input (#234) (fc0d147)v2.3.2
Compare Source
Bug Fixes
direction
is now optional in thesecurity_group_rules
input variable. If not specified, it defaults to "inbound" (#230) (ae11e20)v2.3.1
Compare Source
Bug Fixes
v2.3.0
Compare Source
Features
v2.2.0
Compare Source
Features
use_existing_security_group
(#180) (432f418)v2.1.0
Compare Source
Features
>= 1.3.0, <1.6.0
(#166) (89ebdd5)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.