Skip to content

Commit

Permalink
include rendered requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiapuziowong committed Jun 18, 2024
1 parent 4566624 commit a143423
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 10 deletions.
31 changes: 31 additions & 0 deletions docs/resources/full_config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "aoscx_full_config Resource - terraform-provider-aoscx"
subcategory: ""
description: |-
Resource to manage full running-config on AOS-CX switches.
---

# aoscx_full_config (Resource)

Resource to manage full running-config on AOS-CX switches.



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `filename` (String)

### Optional

- `config` (String)
- `diff` (String)

### Read-Only

- `id` (String) The ID of this resource.


34 changes: 34 additions & 0 deletions docs/resources/l3_interface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "aoscx_l3_interface Resource - terraform-provider-aoscx"
subcategory: ""
description: |-
Resource to configure interface Layer3 attributes on AOS-CX switches.
---

# aoscx_l3_interface (Resource)

Resource to configure interface Layer3 attributes on AOS-CX switches.



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `interface` (String)

### Optional

- `admin_state` (String)
- `description` (String)
- `ipv4` (List of String)
- `ipv6` (Set of String)
- `vrf` (String)

### Read-Only

- `id` (String) The ID of this resource.


34 changes: 34 additions & 0 deletions docs/resources/vlan_interface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "aoscx_vlan_interface Resource - terraform-provider-aoscx"
subcategory: ""
description: |-
Resource to configure Vlan interface attributes on AOS-CX switches.
---

# aoscx_vlan_interface (Resource)

Resource to configure Vlan interface attributes on AOS-CX switches.



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `vlan_id` (Number)

### Optional

- `admin_state` (String)
- `description` (String)
- `ipv4` (List of String)
- `ipv6` (Set of String)
- `vrf` (String)

### Read-Only

- `id` (String) The ID of this resource.


4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ module github.com/aruba/terraform-provider-aoscx
go 1.18

require (
github.com/aruba/aoscxgo v0.0.0-20230117213530-28f54e4dca6e
github.com/aruba/terraform-provider-aoscx v0.0.0-20230118200912-3bcd78b23307
github.com/aruba/aoscxgo v0.0.1-pre
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
)

Expand Down Expand Up @@ -40,6 +39,7 @@ require (
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
github.com/vmihailenco/tagparser v0.1.1 // indirect
github.com/zclconf/go-cty v1.12.1 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/text v0.3.7 // indirect
Expand Down
12 changes: 4 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ github.com/apparentlymart/go-textseg v1.0.0/go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/
github.com/apparentlymart/go-textseg/v12 v12.0.0/go.mod h1:S/4uRK2UtaQttw1GenVJEynmyUenKwP++x/+DdGV/Ec=
github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=
github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo=
github.com/aruba/aoscxgo v0.0.0-20230117213530-28f54e4dca6e h1:GEmSmdre9Ag89tRhMhftFv5T1kuefiPKfjteQL2i+aw=
github.com/aruba/aoscxgo v0.0.0-20230117213530-28f54e4dca6e/go.mod h1:dWtjwz7of1D1Vx/KCpP+iBN3GwmOGf66brCQWTzBRYA=
github.com/aruba/terraform-provider-aoscx v0.0.0-20230118200912-3bcd78b23307 h1:evYrqC6PSeKiiRvHKHT9yTEvxkkx1INKV3v15wMFMv0=
github.com/aruba/terraform-provider-aoscx v0.0.0-20230118200912-3bcd78b23307/go.mod h1:I9lx1IizxBZ7FDEjCt1hb96d+pSLB3mzd6dDssef+dg=
github.com/aruba/aoscxgo v0.0.1-pre h1:VJOogNO6On1IkNk0WstsjS3QRcILiCeflyYM/QT9oO8=
github.com/aruba/aoscxgo v0.0.1-pre/go.mod h1:sCjRWYBSx4nIEQsEBuUuADu41OMtq6Zrzv5ZP4fo9IY=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down Expand Up @@ -46,8 +44,6 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
Expand Down Expand Up @@ -125,8 +121,8 @@ github.com/zclconf/go-cty v1.12.1 h1:PcupnljUm9EIvbgSHQnHhUr3fO6oFmkOrvs2BAFNXXY
github.com/zclconf/go-cty v1.12.1/go.mod h1:s9IfD1LK5ccNMSWCVFCE2rJfHiZgi7JijgeWIMfhLvA=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 h1:yixxcjnhBmY0nkL253HFVIm0JsFHwrHdT3Yh6szTnfY=
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8/go.mod h1:jj3sYF3dwk5D+ghuXyeI3r5MFf+NT2An6/9dOA95KSI=
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc h1:ao2WRsKSzW6KuUY9IWPwWahcHCgR0s52IfwutMfEbdM=
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc/go.mod h1:iRJReGqOEeBhDZGkGbynYwcHlctCvnjTYIamk7uXpHI=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
Expand Down

0 comments on commit a143423

Please sign in to comment.