-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TTP v1.4.1 release with support ACOS_6.0.2-P1
- Loading branch information
1 parent
55d5962
commit 530353f
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
@@ -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` | | ||
|
@@ -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 | ||
|
||
|
@@ -184,7 +184,7 @@ terraform { | |
required_providers { | ||
thunder = { | ||
source = "a10networks/thunder" | ||
version = "1.4.0" | ||
version = "1.4.1" | ||
} | ||
} | ||
} | ||
|
@@ -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 | ||
} | ||
} | ||
} | ||
|
@@ -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. |