Skip to content
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

Use sg ids argument, rm deprecated input #51

Closed
wants to merge 1 commit into from

Conversation

nitrocode
Copy link
Member

what

  • Use sg ids argument, rm deprecated input

why

│ Warning: Argument is deprecated
│
│   with module.ec2_client_vpn.aws_ec2_client_vpn_network_association.default,
│   on .terraform/modules/ec2_client_vpn/main.tf line 228, in resource "aws_ec2_client_vpn_network_association" "default":228:   security_groups = compact(concat(
│  229:     [module.vpn_security_group.id],
│  230:     local.associated_security_group_ids231:   ))
│
│ Use the `security_group_ids` attribute of the `aws_ec2_client_vpn_endpoint` resource instead.
│
│ (and one more similar warning elsewhere)

references

@nitrocode nitrocode added the patch A minor, backward compatible change label Aug 10, 2022
@nitrocode nitrocode requested review from a team as code owners August 10, 2022 17:37
@nitrocode
Copy link
Member Author

/test all

@joe-niland
Copy link
Member

@nitrocode I just merged #53 but I didn't see your very similar PR, sorry.

@nitrocode nitrocode closed this Sep 27, 2022
@nitrocode nitrocode deleted the rm-deprecated-input branch September 27, 2022 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch A minor, backward compatible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants