Skip to content

Commit

Permalink
Bumped up versions of module and provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mikouaj committed Apr 26, 2021
1 parent f0728e7 commit 733bafb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ provider "equinix" {

module "silverpeak-sdwan" {
source = "equinix/silverpeak-sdwan/equinix"
version = "1.0.0-beta"
version = "1.0.0"
name = "tf-silverpeak-sdwan"
hostname = "silverpeak-pri"
metro_code = var.metro_code_primary
Expand Down
2 changes: 1 addition & 1 deletion example/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
equinix = {
source = "equinix/equinix"
version = "= 1.1.0-beta"
version = "= 1.1.0"
}
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
equinix = {
source = "equinix/equinix"
version = "= 1.1.0-beta"
version = "= 1.1.0"
}
}
}

0 comments on commit 733bafb

Please sign in to comment.