Skip to content

Commit

Permalink
TTP v1.4.1 release with support ACOS_6.0.2-P1
Browse files Browse the repository at this point in the history
  • Loading branch information
smundhe-a10 committed Jan 25, 2024
1 parent 55d5962 commit 530353f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.0 Latest Version.
Welcome TTP 1.4.1 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.0](https://github.com/a10networks/terraform-provider-thunder/tree/v1.4.0) |
| 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) |
| :--------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: |
| `ACOS version 6.0.2-p1` | `No` | `No` | `No`| `No` | `No` | `Yes` |
| `ACOS version 6.0.1` | `No` | `No` | `Yes`| `Yes` | `Yes` | `No` |
Expand All @@ -22,7 +22,7 @@ Terraform provider plugin will only configure thunder via axapi, It will not ins

## Release Logs

### TTP-1.4.0
### TTP-1.4.1
- Support for ACOS v6.0.2-p1
- Supports total 2712 resources with examples

Expand Down Expand Up @@ -184,7 +184,7 @@ terraform {
required_providers {
thunder = {
source = "a10networks/thunder"
version = "1.4.0"
version = "1.4.1"
}
}
}
Expand Down Expand Up @@ -213,7 +213,7 @@ terraform {
required_providers {
thunder = {
source = "a10networks/thunder"
version = "1.4.0" # Replace with your desired provider version
version = "1.4.1" # Replace with your desired provider version
}
}
}
Expand Down Expand Up @@ -359,12 +359,12 @@ If you face some dependency issue try `$ go mod tidy` or `$ go mod vendor`

Terraform provider documentation is available at https://registry.terraform.io/providers/a10networks/thunder/latest/docs

A10 Thunder AXAPI support documentation available at https://documentation.a10networks.com/docs/IaC/Terraform/thunder-terraform-provider/1-4-0/
A10 Thunder AXAPI support documentation available at https://documentation.a10networks.com/docs/IaC/Terraform/thunder-terraform-provider/1-4-1/

## Report a Issue

Please raise issue in github repository.
Please include the Terraform script that demonstrates the bug and the command output and stack traces will be helpful.

## Support
Please reach out at [email protected] with "a10-terraform-provider" in the subject line.
Please reach out at [email protected] with "a10-terraform-provider" in the subject line.

0 comments on commit 530353f

Please sign in to comment.