chore(deps): update terraform cloudposse/ec2-client-vpn/aws to v1 #7
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:
0.14.0
->1.0.0
Release Notes
cloudposse/terraform-aws-ec2-client-vpn (cloudposse/ec2-client-vpn/aws)
v1.0.0
Compare Source
Support AWS Provider v5, TLS provider v4 @max-lobur (#74)
what
why
references
create_before_destroy = true
the default, so the transition should be painless unless you explicitly setsecurity_group_create_before_destroy = false
Supercedes these PRs
Issues: closes #79
git.io->cloudposse.tools update @dylanbannon (#41)
what and why
Change all references to
git.io/build-harness
intocloudposse.tools/build-harness
, sincegit.io
redirects will stop working on April 29th, 2022.References
Sync github @max-lobur (#69)
Rebuild github dir from the template
v0.16.0
Compare Source
v0.15.0
Compare Source
Add support for transport_protocol variable in aws_ec2_client_vpn_endpoint @s1rc (#61)
what
The
aws_ec2_client_vpn_endpoint
supports variables for defining thetransport_protocol
astcp
orudp
. Without adding this variable to this module, it will always default toudp
.why
To be able to add
tcp
as atransport_protocol
for Client VPN Endpoints in Terraform as you would be able to configure in the AWS console.references
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.