r/aws_eip - support NetworkBorderGroup attribute#14028
Conversation
|
Full tests - had to run them one by one |
ewbankkit
left a comment
There was a problem hiding this comment.
LGTM.
$ make testacc TEST=./aws TESTARGS='-run=TestAccAWSEIP_NetworkBorderGroup'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSEIP_NetworkBorderGroup -timeout 120m
=== RUN TestAccAWSEIP_NetworkBorderGroup
=== PAUSE TestAccAWSEIP_NetworkBorderGroup
=== CONT TestAccAWSEIP_NetworkBorderGroup
--- PASS: TestAccAWSEIP_NetworkBorderGroup (26.34s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 26.393s|
Any update on this ? |
DrFaust92
left a comment
There was a problem hiding this comment.
LGTM
--- PASS: TestAccAWSEIP_NetworkBorderGroup (61.10s)
|
think we could merge this @ewbankkit |
ewbankkit
left a comment
There was a problem hiding this comment.
LGTM.
$ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSEIP_NetworkBorderGroup\|TestAccAWSEIP_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAWSEIP_NetworkBorderGroup\|TestAccAWSEIP_basic -timeout 120m
=== RUN TestAccAWSEIP_basic
=== PAUSE TestAccAWSEIP_basic
=== RUN TestAccAWSEIP_NetworkBorderGroup
=== PAUSE TestAccAWSEIP_NetworkBorderGroup
=== CONT TestAccAWSEIP_basic
=== CONT TestAccAWSEIP_NetworkBorderGroup
--- PASS: TestAccAWSEIP_basic (23.94s)
--- PASS: TestAccAWSEIP_NetworkBorderGroup (26.29s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 26.352s
bflad
left a comment
There was a problem hiding this comment.
Looks good, thanks @drexler 🚀
Output from acceptance testing:
--- PASS: TestAccAWSEIP_associated_user_private_ip (207.97s)
--- PASS: TestAccAWSEIP_basic (20.14s)
--- PASS: TestAccAWSEIP_disappears (12.47s)
--- PASS: TestAccAWSEIP_instance (106.47s)
--- PASS: TestAccAWSEIP_Instance_Reassociate (162.39s)
--- PASS: TestAccAWSEIP_NetworkBorderGroup (20.14s)
--- PASS: TestAccAWSEIP_networkInterface (89.36s)
--- PASS: TestAccAWSEIP_notAssociated (117.01s)
--- PASS: TestAccAWSEIP_PublicIpv4Pool_default (19.01s)
--- PASS: TestAccAWSEIP_tags_Ec2Classic (4.88s)
--- PASS: TestAccAWSEIP_tags_Vpc (27.91s)
--- PASS: TestAccAWSEIP_twoEIPsOneNetworkInterface (88.20s)
--- SKIP: TestAccAWSEIP_CustomerOwnedIpv4Pool (2.45s)
--- SKIP: TestAccAWSEIP_PublicIpv4Pool_custom (0.00s)
|
This has been released in version 3.14.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 for triage. Thanks! |
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #13998
Release note for CHANGELOG:
Output from acceptance testing: