Skip to content

Commit

Permalink
Merge pull request #30 from Edge-Center/update_cdn_sdk_and_client
Browse files Browse the repository at this point in the history
Updated CDN SDK and client
  • Loading branch information
strelkov-a authored Nov 13, 2023
2 parents 0cc466c + 608ea46 commit 8d42e4a
Show file tree
Hide file tree
Showing 9 changed files with 2,945 additions and 216 deletions.
337 changes: 330 additions & 7 deletions docs/resources/cdn_resource.md

Large diffs are not rendered by default.

311 changes: 297 additions & 14 deletions docs/resources/cdn_rule.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/resources/floatingip.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ resource "edgecenter_floatingip" "floating_ip" {

- `fixed_ip_address` (String) The fixed (reserved) IP address that is associated with the floating IP.
- `last_updated` (String) The timestamp of the last update (use with update context).
- `metadata_map` (Map of String) A map containing metadata, for example tags.
- `port_id` (String) The ID (uuid) of the network port that the floating IP is associated with.
- `project_id` (Number) The uuid of the project. Either 'project_id' or 'project_name' must be specified.
- `project_name` (String) The name of the project. Either 'project_id' or 'project_name' must be specified.
Expand Down
Loading

0 comments on commit 8d42e4a

Please sign in to comment.