Skip to content

Commit

Permalink
bump sdwan tf provider version (#60)
Browse files Browse the repository at this point in the history
* bump sdwan tf provider version

* update docs
  • Loading branch information
tzarski0 authored Oct 31, 2024
1 parent b4a3d0f commit a66338f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module "sdwan" {
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=1.3.0 |
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 2.3.0 |
| <a name="requirement_sdwan"></a> [sdwan](#requirement\_sdwan) | >= 0.4.1 |
| <a name="requirement_sdwan"></a> [sdwan](#requirement\_sdwan) | >= 0.5.0 |
| <a name="requirement_utils"></a> [utils](#requirement\_utils) | >= 0.2.5 |

## Inputs
Expand All @@ -64,7 +64,7 @@ module "sdwan" {
| Name | Version |
|------|---------|
| <a name="provider_local"></a> [local](#provider\_local) | >= 2.3.0 |
| <a name="provider_sdwan"></a> [sdwan](#provider\_sdwan) | >= 0.4.1 |
| <a name="provider_sdwan"></a> [sdwan](#provider\_sdwan) | >= 0.5.0 |
| <a name="provider_utils"></a> [utils](#provider\_utils) | >= 0.2.5 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
sdwan = {
source = "CiscoDevNet/sdwan"
version = ">= 0.4.1"
version = ">= 0.5.0"
}
utils = {
source = "netascode/utils"
Expand Down

0 comments on commit a66338f

Please sign in to comment.