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

Bugfix: Allow aws_elb subnets update that would remove all current subnets #31976

Merged
merged 23 commits into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
838d69d
Add validateDuration method to utils.go.
jbarrick-mesosphere Apr 3, 2019
4bdbd11
Make ELB resource timeout configurable with wait_for_ready_timeout #564
jbarrick-mesosphere Apr 3, 2019
675ffcc
Make spot instance resource timeout configurable with wait_for_ready_…
jbarrick-mesosphere Apr 3, 2019
85fc3bf
Fix gofmt issues.
jbarrick-mesosphere Apr 3, 2019
b0b29a5
elb: Amend load_balancer_test, add test step to test removing all sub…
brittandeyoung Jun 13, 2023
a0658c9
elb: Amend load_balancer, Add force new when all subnets are removed
brittandeyoung Jun 13, 2023
d490472
website: Amend r/elb, add note about force new on subnets change
brittandeyoung Jun 14, 2023
fcf2981
elb: Amend load_balancer_test, lint fmt
brittandeyoung Jun 14, 2023
9eacd5e
Revert "Fix gofmt issues."
ewbankkit Jun 15, 2023
8e74c33
Revert "Make spot instance resource timeout configurable with wait_fo…
ewbankkit Jun 15, 2023
2d0f3df
Revert "Make ELB resource timeout configurable with wait_for_ready_ti…
ewbankkit Jun 15, 2023
b0e9636
Revert "Add validateDuration method to utils.go."
ewbankkit Jun 15, 2023
6fb3b9b
Merge commit 'b0e96368fe65e7cd65750ebe63cc2c4b61a07225' into HEAD
ewbankkit Jun 15, 2023
d84c97a
Merge branch 'main' into HEAD
ewbankkit Jun 15, 2023
1bcc234
Add CHANGELOG entry.
ewbankkit Jun 15, 2023
5b5f923
r/aws_elb: Tidy up resource Read.
ewbankkit Jun 15, 2023
7bb3daf
r/aws_elb: Add configurable Create timeout.
ewbankkit Jun 15, 2023
fe1f6f0
r/aws_elb: Add configurable Update timeout.
ewbankkit Jun 15, 2023
f77abbd
Remove 'aws_s3_bucket_acl' from ELB acceptance test configurations.
ewbankkit Jun 15, 2023
9e3bf16
Tidy up ELB acceptance test configurations.
ewbankkit Jun 15, 2023
0b48855
Tidy up ELB subnet acceptance test configurations.
ewbankkit Jun 15, 2023
7943b15
Fix compilation errors.
ewbankkit Jun 15, 2023
d0e5aa7
Add missing 'aws_internet_gateway'.
ewbankkit Jun 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changelog/31976.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:bug
resource/aws_elb: Recreate the resource if `subnets` is updated to an empty list
```

```release-note:enhancement
resource/aws_elb: Add configurable Create and Update timeouts
```
Loading