chore(deps): update terraform bunnynet to ~> 0.11 #50
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/bunnynet-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
~> 0.10->~> 0.11Release Notes
BunnyWay/terraform-provider-bunnynet (bunnynet)
v0.11.4Compare Source
Added
idorname;Fixed
v0.11.3Compare Source
Added
dnssec_public_key(#57);dnssec_public_key(#57);v0.11.2Compare Source
Added
Fixed
v0.11.1Compare Source
Added
triggers[].typeaccepted values;Fixed
v0.11.0Compare Source
Backwards compatibility break
The resource
compute_container_appnow uses a list type to definecontainer,endpointandenvblocks. While both set and list types are compatible at the state level, this change has some limitations:Limitations
container,endpointandenvblocks have to sorted byname. You'll need to follow the same order on your .tf files, otherwise terraform will show them as modified after anapply;container,endpointorenvwill cause the plan to show unrelated items being modified, as their order jumps up or down. We recommend deleting the block, applying, and then adding the block again with the new name;endpointof type CDN might cause pullzones to be recreated, even if they aren't directly affected;Upgrade path
terraform planreports no changes;container,endpointandenvblocks in your .tf files;version = 2to yourbunnynet_compute_container_appresources;terraform plan, it should report no changes apart from theversionattribute;Motivation
While the set type would be the semantically correct type to use for those blocks, Terraform's implementation is neither complete nor uses the same internal details as the List type. This means that changing attributes in a sub-block often causes the entire
containerto be replaced, causing endpoints to be re-created, including their pullzones. It is also not possible to reference set objects inlifecycle.ignore_changes.Related issues: #777, #974, #1036.
Changed
v0.10.6Compare Source
Fixed
bunny.runsubdomains (#54);Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.