Skip to content

Commit 615ad9b

Browse files
committed
Update terraform provider
1 parent 13a38ae commit 615ad9b

File tree

175 files changed

+176
-176
lines changed

Some content is hidden

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

175 files changed

+176
-176
lines changed
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.13.2" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.14.4" }
44
}
55
}

argocd_dashboard/lifecycles/single_phase_dev_test_prod/pgbackend/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66

77
terraform {
88
required_providers {
9-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.13.2" }
9+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.14.4" }
1010
}
1111
}
1212

argocd_dashboard/lifecycles/single_phase_dev_test_prod/s3backend/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55

66
terraform {
77
required_providers {
8-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.13.2" }
8+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.14.4" }
99
}
1010
}
1111

argocd_dashboard/project_group/octopub/octopus/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
terraform {
22
required_providers {
3-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.13.2" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.14.4" }
44
}
55
}
66

argocd_dashboard/project_group/octopub/pgbackend/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66

77
terraform {
88
required_providers {
9-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.13.2" }
9+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.14.4" }
1010
}
1111
}
1212

argocd_dashboard/project_group/octopub/s3backend/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55

66
terraform {
77
required_providers {
8-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.13.2" }
8+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.14.4" }
99
}
1010
}
1111

argocd_dashboard/projects/argo_cd_dashboard/localbackend/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
terraform {
22
required_providers {
3-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.13.2" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.14.4" }
44
}
55
}
66

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.13.2" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.14.4" }
44
}
55
}

argocd_dashboard/projects/argo_cd_dashboard/pgbackend/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66

77
terraform {
88
required_providers {
9-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.13.2" }
9+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.14.4" }
1010
}
1111
}
1212

argocd_dashboard/projects/argo_cd_dashboard/s3backend/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55

66
terraform {
77
required_providers {
8-
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.13.2" }
8+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.14.4" }
99
}
1010
}
1111

0 commit comments

Comments
 (0)