Skip to content

Commit 91b7cb5

Browse files
committed
Updating to use official terraform provider
1 parent 5d0e7a1 commit 91b7cb5

File tree

1 file changed

+2
-2
lines changed
  • octopus-samples-instances/octopus-space-standards-terraform

1 file changed

+2
-2
lines changed

octopus-samples-instances/octopus-space-standards-terraform/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
terraform {
22
required_providers {
33
octopusdeploy = {
4-
source = "OctopusDeployLabs/octopusdeploy"
5-
version = "0.43.0" # example: 0.7.62
4+
source = "OctopusDeploy/octopusdeploy"
5+
version = "1.2.1" # example: 0.7.62
66
}
77
}
88

0 commit comments

Comments
 (0)