Skip to content

Commit

Permalink
Update subnet docs (#49)
Browse files Browse the repository at this point in the history
`mtu` is a read-only value for `gcore_network`.
  • Loading branch information
zadjadr authored Nov 22, 2023
1 parent b0b9279 commit ab2b695
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/resources/cdn_origingroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ Optional:

- `backup` (Boolean) true — The option is active. The origin will not be used until one of active origins become unavailable. false — The option is disabled.
- `enabled` (Boolean) The setting allows to enable or disable an Origin source in the Origins group

1 change: 0 additions & 1 deletion docs/resources/subnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ provider gcore {
resource "gcore_network" "network" {
name = "network_example"
mtu = 1450
type = "vxlan"
region_id = 1
project_id = 1
Expand Down
1 change: 0 additions & 1 deletion examples/resources/gcore_subnet/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ provider gcore {

resource "gcore_network" "network" {
name = "network_example"
mtu = 1450
type = "vxlan"
region_id = 1
project_id = 1
Expand Down

0 comments on commit ab2b695

Please sign in to comment.