-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
BugFix: Resolve import issues on aws_lb_target_group
when specifying ip_address_type
of ipv4
#27464
BugFix: Resolve import issues on aws_lb_target_group
when specifying ip_address_type
of ipv4
#27464
Conversation
* add set for "ip_address_type"
Community NoteVoting for Prioritization
For Submitters
|
Good spot @brittandeyoung |
aws_lightsail_static_ip
when specifying ip_address_type
of ipv4
aws_lb_target_group
when specifying ip_address_type
of ipv4
Update TestAccELBV2TargetGroup_ipAddressType to test imports
aws_lb_target_group
when specifying ip_address_type
of ipv4
aws_lb_target_group
when specifying ip_address_type
of ipv4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccELBV2TargetGroup_ipAddressType' PKG=elbv2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elbv2/... -v -count 1 -parallel 20 -run=TestAccELBV2TargetGroup_ipAddressType -timeout 180m
=== RUN TestAccELBV2TargetGroup_ipAddressType
=== PAUSE TestAccELBV2TargetGroup_ipAddressType
=== CONT TestAccELBV2TargetGroup_ipAddressType
--- PASS: TestAccELBV2TargetGroup_ipAddressType (24.85s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/elbv2 29.494s
@brittandeyoung Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.37.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Adds the reading and setting of the
ip_address_type
value during the resource read.Relations
Closes #27463
References
Output from Acceptance Testing