Skip to content

Commit fa7223a

Browse files
committed
Updating to use a later version of the TF plugin
1 parent bb6ff9d commit fa7223a

File tree

180 files changed

+704
-344
lines changed

Some content is hidden

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

180 files changed

+704
-344
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.14.4" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.22.0" }
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.14.4" }
9+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.22.0" }
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.14.4" }
8+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.22.0" }
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.14.4" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.22.0" }
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.14.4" }
9+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.22.0" }
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.14.4" }
8+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.22.0" }
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.14.4" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.22.0" }
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.14.4" }
3+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.22.0" }
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.14.4" }
9+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.22.0" }
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.14.4" }
8+
octopusdeploy = { source = "OctopusDeployLabs/octopusdeploy", version = "0.22.0" }
99
}
1010
}
1111

0 commit comments

Comments
 (0)