Skip to content

Commit

Permalink
Update versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ace-netops authored Jun 14, 2022
1 parent 8ed96da commit 2a8dd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
aviatrix = {
source = "AviatrixSystems/aviatrix"
version = "~> 2.21.2"
version = "~> 2.22.0"
}
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
version = "~> 4.0"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down

0 comments on commit 2a8dd98

Please sign in to comment.