Skip to content

Commit

Permalink
Bugfix lock Citrix provider version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xushengl committed Jan 18, 2024
1 parent 1c28055 commit b24d743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2-site-management-terraform/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {

citrix = {
source = "citrix/citrix"
version = ">=0.3.3"
version = "=0.3.3"
}

local = {
Expand Down
2 changes: 1 addition & 1 deletion 3-vda-ssl-terraform/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {

citrix = {
source = "citrix/citrix"
version = ">=0.3.3"
version = "=0.3.3"
}

local = {
Expand Down

0 comments on commit b24d743

Please sign in to comment.