Skip to content

Commit

Permalink
Adjusted module and provider versions in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mikouaj committed Apr 26, 2021
1 parent 0e48fd9 commit eaf1acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 "csr-sdwan" {
source = "equinix/csr-sdwan/equinix"
version = "1.0.0-beta"
version = "1.0.0"
name = "tf-csr-sdwan"
metro_code = var.metro_code_primary
platform = "large"
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"
}
}
}

0 comments on commit eaf1acf

Please sign in to comment.