-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate/load_balancer: correctly remap
country_pools
, `region_pool…
…s` and `pop_pools` Updates the `cloudflare_load_balancer` generation to remap the `country_pools`, `region_pools` and `pop_pools` to the nested block instead of the object/map field. This was a bit of tricky one to track down because the original response from the API _has_ the correct schema attributes but the kicker is that they are not a supported type (for good reasons!).
- Loading branch information
1 parent
6093eba
commit 685ebf9
Showing
3 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters