Skip to content

Commit

Permalink
v1.4.2: restructured docs for easy navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
vdubey-a10 committed Jul 19, 2024
1 parent 24a1301 commit c2c2756
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A10’s Thunder Terraform Provider Introduction.

Welcome TTP 1.4.1.1 Latest Version.
Welcome TTP 1.4.2 Latest Version.

Thunder Terraform Provider is a custom plugin to configure thunder using terraform as a IaC tool and terraform scripts[.tf] simplifies applying configuration on thunder. You can configure or de-configure thunder settings.

Expand All @@ -9,7 +9,7 @@ Terraform provider plugin will only configure thunder via axapi, It will not ins

## Support Matrix

| ACOS | [TTP 1.0.0](https://github.com/a10networks/terraform-provider-thunder/tree/v1.0.0) | [TTP 1.1.0](https://github.com/a10networks/terraform-provider-thunder/tree/v1.1.0) | [TTP 1.2.1](https://github.com/a10networks/terraform-provider-thunder/tree/v1.2.1) | [TTP 1.2.2](https://github.com/a10networks/terraform-provider-thunder/tree/v1.2.2) | [TTP 1.3.0](https://github.com/a10networks/terraform-provider-thunder/tree/v1.3.0) | [TTP 1.4.1](https://github.com/a10networks/terraform-provider-thunder/tree/v1.4.1) | [TTP 1.4.1.1](https://github.com/a10networks/terraform-provider-thunder/tree/v1.4.1.1) |
| ACOS | [TTP 1.0.0](https://github.com/a10networks/terraform-provider-thunder/tree/v1.0.0) | [TTP 1.1.0](https://github.com/a10networks/terraform-provider-thunder/tree/v1.1.0) | [TTP 1.2.1](https://github.com/a10networks/terraform-provider-thunder/tree/v1.2.1) | [TTP 1.2.2](https://github.com/a10networks/terraform-provider-thunder/tree/v1.2.2) | [TTP 1.3.0](https://github.com/a10networks/terraform-provider-thunder/tree/v1.3.0) | [TTP 1.4.1](https://github.com/a10networks/terraform-provider-thunder/tree/v1.4.1) | [TTP 1.4.2](https://github.com/a10networks/terraform-provider-thunder/tree/v1.4.2) |
| :--------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: |
| `ACOS version 6.0.2-p1` | `No` | `No` | `No`| `No` | `No` | `Yes` | `Yes`|
| `ACOS version 6.0.1` | `No` | `No` | `Yes`| `Yes` | `Yes` | `No` | `No` |
Expand All @@ -22,10 +22,8 @@ Terraform provider plugin will only configure thunder via axapi, It will not ins

## Release Logs

### TTP-1.4.1.1
- Support for ACOS v6.0.2-p1
- Supports total 2712 resources with examples
- Restructured docs
### TTP-1.4.2
- Restructured docs folder for easy navigation

### TTP-1.4.1
- Support for ACOS v6.0.2-p1
Expand Down Expand Up @@ -189,7 +187,7 @@ terraform {
required_providers {
thunder = {
source = "a10networks/thunder"
version = "1.4.1.1"
version = "1.4.2"
}
}
}
Expand Down Expand Up @@ -218,7 +216,7 @@ terraform {
required_providers {
thunder = {
source = "a10networks/thunder"
version = "1.4.1.1" # Replace with your desired provider version
version = "1.4.2" # Replace with your desired provider version
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ description: |-
## Resources
Explore the Thunder Terraform Provider resources documentation with examples and learn more about the usage.

[Documentation](<https://github.com/a10networks/terraform-provider-thunder/tree/v1.4.1.1/docs/resources>)
[Documentation](<https://github.com/a10networks/terraform-provider-thunder/tree/v1.4.2/docs/resources>)

[Examples](<https://github.com/a10networks/terraform-provider-thunder/tree/v1.4.1.1/examples>)
[Examples](<https://github.com/a10networks/terraform-provider-thunder/tree/v1.4.2/examples>)

0 comments on commit c2c2756

Please sign in to comment.