terraform-provider-aws icon indicating copy to clipboard operation
terraform-provider-aws copied to clipboard

EnablePrefixForIpv6SourceNat in elasticloadbalancingv2 for aws_lb

Open Siddarthyuvaraj opened this issue 2 months ago • 1 comments

Description

Added the EnablePrefixForIpv6SourceNat in elbv2

Relations Closes https://github.com/hashicorp/terraform-provider-aws/issues/40379

Below is the test result make testacc TESTS=TestAccELBV2LoadBalancer_enablePrefixipv6SourceNat PKG=elbv2

make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.23.3 test ./internal/service/elbv2/... -v -count 1 -parallel 20 -run='TestAccELBV2LoadBalancer_enablePrefixipv6SourceNat' -timeout 360m 2024/12/04 11:31:54 Initializing Terraform AWS Provider... === RUN TestAccELBV2LoadBalancer_enablePrefixipv6SourceNat === PAUSE TestAccELBV2LoadBalancer_enablePrefixipv6SourceNat === CONT TestAccELBV2LoadBalancer_enablePrefixipv6SourceNat --- PASS: TestAccELBV2LoadBalancer_enablePrefixipv6SourceNat (349.96s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/elbv2 363.120s

Siddarthyuvaraj avatar Dec 04 '24 04:12 Siddarthyuvaraj