Skip to content

Commit 6537b7c

Browse files
committed
Use the latest terraform provider
1 parent 7b99c2f commit 6537b7c

File tree

84 files changed

+85
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+85
-83
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/avast/retry-go/v4 v4.3.3
77
github.com/google/uuid v1.3.0
88
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80
9-
github.com/mcasperson/OctopusTerraformTestFramework v0.0.0-20230306233326-1ac72537bf4a
9+
github.com/mcasperson/OctopusTerraformTestFramework v0.0.0-20230315195304-bc8c89cbd07a
1010
github.com/testcontainers/testcontainers-go v0.18.0
1111
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
1212
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ github.com/mcasperson/OctopusTerraformTestFramework v0.0.0-20230306221006-e8a253
108108
github.com/mcasperson/OctopusTerraformTestFramework v0.0.0-20230306221006-e8a25397118f/go.mod h1:k6LkAcykjgqJYo9vVyfD7X96E85aAVrLlljtKMr27wU=
109109
github.com/mcasperson/OctopusTerraformTestFramework v0.0.0-20230306233326-1ac72537bf4a h1:9Dg63hWx0xzBBdiE3AcPTIp6eKq0lzwAWfhKBzkv+/U=
110110
github.com/mcasperson/OctopusTerraformTestFramework v0.0.0-20230306233326-1ac72537bf4a/go.mod h1:k6LkAcykjgqJYo9vVyfD7X96E85aAVrLlljtKMr27wU=
111+
github.com/mcasperson/OctopusTerraformTestFramework v0.0.0-20230315195304-bc8c89cbd07a h1:j3Te4Pod7JKxbeSPHogeEsX5Apw13H7TOWTVQ+r7ZXI=
112+
github.com/mcasperson/OctopusTerraformTestFramework v0.0.0-20230315195304-bc8c89cbd07a/go.mod h1:k6LkAcykjgqJYo9vVyfD7X96E85aAVrLlljtKMr27wU=
111113
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 h1:DpOJ2HYzCv8LZP15IdmG+YdwD2luVPHITV96TkirNBM=
112114
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7/go.mod h1:ZXFpozHsX6DPmq2I0TCekCxypsnAUbP2oI0UX1GXzOo=
113115
github.com/moby/patternmatcher v0.5.0 h1:YCZgJOeULcxLw1Q+sVR636pmS7sPEn1Qo2iAN6M7DBo=
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
22
required_providers {
3-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.10.5" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.11.0" }
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
22
required_providers {
3-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.10.5" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.11.0" }
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
22
required_providers {
3-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.10.5" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.11.0" }
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
22
required_providers {
3-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.10.5" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.11.0" }
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
22
required_providers {
3-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.10.5" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.11.0" }
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
22
required_providers {
3-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.10.5" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.11.0" }
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
22
required_providers {
3-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.10.5" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.11.0" }
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
22
required_providers {
3-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.10.5" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.11.0" }
44
}
55
}

0 commit comments

Comments
 (0)