You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have multiple auths attached to your proxy the index can change over time, this means auths are added/removed dangerously from the resource.
Expected Behavior
The "dynamic" auth on the proxy resource continues to function with a for_each, but the auths input is converted to a map which will ensure a "key" is present when looping through instead of "index"
Steps to Reproduce
Add a bunch of auths and apply code
Add some new ones, and apply code
If index ordering changes this will create/delete auth blocks (meaning the db will lose connectivity during the change)
Screenshots
not available at this time, just previous experience with this particular resource
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
terraform 1.3.6
aws provider 4.51.0
Additional Context
n/a
The text was updated successfully, but these errors were encountered:
Describe the Bug
If you have multiple auths attached to your proxy the index can change over time, this means auths are added/removed dangerously from the resource.
Expected Behavior
The "dynamic" auth on the proxy resource continues to function with a for_each, but the auths input is converted to a map which will ensure a "key" is present when looping through instead of "index"
Steps to Reproduce
Screenshots
not available at this time, just previous experience with this particular resource
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
terraform 1.3.6
aws provider 4.51.0
Additional Context
n/a
The text was updated successfully, but these errors were encountered: