-
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
fix: allow to add subnets/-mappings to a Network LoadBalancer #33205
fix: allow to add subnets/-mappings to a Network LoadBalancer #33205
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 525b02a - Browse repository at this point
Copy the full SHA 525b02aView commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe68d86 - Browse repository at this point
Copy the full SHA fe68d86View commit details
Commits on Oct 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d43256 - Browse repository at this point
Copy the full SHA 7d43256View commit details
Commits on Dec 8, 2023
-
Revert "feat: updating security groups for NLBs doesn't trigger a rep…
…lacement" This reverts commit 7d43256.
Configuration menu - View commit details
-
Copy full SHA for 12991b0 - Browse repository at this point
Copy the full SHA 12991b0View commit details -
Revert "add test case for adding / deleting subnets"
This reverts commit fe68d86.
Configuration menu - View commit details
-
Copy full SHA for 9ffab68 - Browse repository at this point
Copy the full SHA 9ffab68View commit details -
Revert "allow to add subnets/ mappings to a lb"
This reverts commit 525b02a.
Configuration menu - View commit details
-
Copy full SHA for c921939 - Browse repository at this point
Copy the full SHA c921939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51fd5a4 - Browse repository at this point
Copy the full SHA 51fd5a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f9c5b - Browse repository at this point
Copy the full SHA 96f9c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4014b5 - Browse repository at this point
Copy the full SHA d4014b5View commit details
Commits on Dec 11, 2023
-
r/aws_lb: Allow the number of
subnets
to be be increased without re……creating the resource.
Configuration menu - View commit details
-
Copy full SHA for 33becdb - Browse repository at this point
Copy the full SHA 33becdbView commit details -
r/aws_lb: Add plan-time validation that exactly one of either `subnet…
…s` or `subnet_mapping` is configured.
Configuration menu - View commit details
-
Copy full SHA for d397036 - Browse repository at this point
Copy the full SHA d397036View commit details -
r/aws_lb: Allow the number of
subnet_mapping
s for Network Load Bala……ncers to be be increased without recreating the resource.
Configuration menu - View commit details
-
Copy full SHA for eec932d - Browse repository at this point
Copy the full SHA eec932dView commit details -
Add 'TestAccELBV2LoadBalancer_ApplicationLoadBalancer_addSubnetMappin…
…g' and 'TestAccELBV2LoadBalancer_ApplicationLoadBalancer_deleteSubnetMapping'.
Configuration menu - View commit details
-
Copy full SHA for 2511323 - Browse repository at this point
Copy the full SHA 2511323View commit details -
% make testacc TESTARGS='-run=TestAccELBV2LoadBalancer_ApplicationLoadBalancer_addSubnet\|TestAccELBV2LoadBalancer_ApplicationLoadBalancer_deleteSubnet' PKG=elbv2 ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/elbv2/... -v -count 1 -parallel 3 -run=TestAccELBV2LoadBalancer_ApplicationLoadBalancer_addSubnet\|TestAccELBV2LoadBalancer_ApplicationLoadBalancer_deleteSubnet -timeout 360m === RUN TestAccELBV2LoadBalancer_ApplicationLoadBalancer_addSubnet === PAUSE TestAccELBV2LoadBalancer_ApplicationLoadBalancer_addSubnet === RUN TestAccELBV2LoadBalancer_ApplicationLoadBalancer_deleteSubnet === PAUSE TestAccELBV2LoadBalancer_ApplicationLoadBalancer_deleteSubnet === RUN TestAccELBV2LoadBalancer_ApplicationLoadBalancer_addSubnetMapping === PAUSE TestAccELBV2LoadBalancer_ApplicationLoadBalancer_addSubnetMapping === RUN TestAccELBV2LoadBalancer_ApplicationLoadBalancer_deleteSubnetMapping === PAUSE TestAccELBV2LoadBalancer_ApplicationLoadBalancer_deleteSubnetMapping === CONT TestAccELBV2LoadBalancer_ApplicationLoadBalancer_addSubnet === CONT TestAccELBV2LoadBalancer_ApplicationLoadBalancer_addSubnetMapping === CONT TestAccELBV2LoadBalancer_ApplicationLoadBalancer_deleteSubnet --- PASS: TestAccELBV2LoadBalancer_ApplicationLoadBalancer_addSubnet (239.58s) === CONT TestAccELBV2LoadBalancer_ApplicationLoadBalancer_deleteSubnetMapping --- PASS: TestAccELBV2LoadBalancer_ApplicationLoadBalancer_addSubnetMapping (257.80s) --- PASS: TestAccELBV2LoadBalancer_ApplicationLoadBalancer_deleteSubnet (258.07s) --- PASS: TestAccELBV2LoadBalancer_ApplicationLoadBalancer_deleteSubnetMapping (254.97s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/elbv2 499.680s
Configuration menu - View commit details
-
Copy full SHA for 5523eee - Browse repository at this point
Copy the full SHA 5523eeeView commit details
Commits on Dec 12, 2023
-
Add 'TestAccELBV2LoadBalancer_NetworkLoadBalancer_addSubnetMapping' a…
…nd 'TestAccELBV2LoadBalancer_NetworkLoadBalancer_deleteSubnetMapping'.
Configuration menu - View commit details
-
Copy full SHA for 47d0d31 - Browse repository at this point
Copy the full SHA 47d0d31View commit details -
% make testacc TESTARGS='-run=TestAccELBV2LoadBalancer_NetworkLoadBalancer_addSubnet\|TestAccELBV2LoadBalancer_NetworkLoadBalancer_deleteSubnet' PKG=elbv2 ACCTEST_PARALLELISM=3 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/elbv2/... -v -count 1 -parallel 3 -run=TestAccELBV2LoadBalancer_NetworkLoadBalancer_addSubnet\|TestAccELBV2LoadBalancer_NetworkLoadBalancer_deleteSubnet -timeout 360m === RUN TestAccELBV2LoadBalancer_NetworkLoadBalancer_addSubnet === PAUSE TestAccELBV2LoadBalancer_NetworkLoadBalancer_addSubnet === RUN TestAccELBV2LoadBalancer_NetworkLoadBalancer_deleteSubnet === PAUSE TestAccELBV2LoadBalancer_NetworkLoadBalancer_deleteSubnet === RUN TestAccELBV2LoadBalancer_NetworkLoadBalancer_addSubnetMapping === PAUSE TestAccELBV2LoadBalancer_NetworkLoadBalancer_addSubnetMapping === RUN TestAccELBV2LoadBalancer_NetworkLoadBalancer_deleteSubnetMapping === PAUSE TestAccELBV2LoadBalancer_NetworkLoadBalancer_deleteSubnetMapping === CONT TestAccELBV2LoadBalancer_NetworkLoadBalancer_addSubnet === CONT TestAccELBV2LoadBalancer_NetworkLoadBalancer_addSubnetMapping === CONT TestAccELBV2LoadBalancer_NetworkLoadBalancer_deleteSubnet --- PASS: TestAccELBV2LoadBalancer_NetworkLoadBalancer_addSubnetMapping (323.53s) === CONT TestAccELBV2LoadBalancer_NetworkLoadBalancer_deleteSubnetMapping --- PASS: TestAccELBV2LoadBalancer_NetworkLoadBalancer_addSubnet (323.54s) --- PASS: TestAccELBV2LoadBalancer_NetworkLoadBalancer_deleteSubnet (450.07s) --- PASS: TestAccELBV2LoadBalancer_NetworkLoadBalancer_deleteSubnetMapping (443.14s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/elbv2 771.964s
Configuration menu - View commit details
-
Copy full SHA for 2d7e13a - Browse repository at this point
Copy the full SHA 2d7e13aView commit details -
r/aws_lb: Correct in-place update of
security_groups
for Network Lo……ad Balancers when the new value is Computed.
Configuration menu - View commit details
-
Copy full SHA for e2f1d4b - Browse repository at this point
Copy the full SHA e2f1d4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6277115 - Browse repository at this point
Copy the full SHA 6277115View commit details -
Configuration menu - View commit details
-
Copy full SHA for abff416 - Browse repository at this point
Copy the full SHA abff416View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf19f1 - Browse repository at this point
Copy the full SHA fbf19f1View commit details