Page MenuHomePhabricator

tofu-infra: re-implement security group rules as a map instead of array
Closed, ResolvedPublic

Description

Using an array as data structure results in constant data reshuffle in the tofu state, when the index changes. Using a map requires un setting explicit key names, but also creates stability in the tofu state.