Skip to content

Commit a4360c3

Browse files
committed
Update Octopus Deploy provider source and version to the latest
1 parent babe7f4 commit a4360c3

File tree

183 files changed

+200
-200
lines changed

Some content is hidden

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

183 files changed

+200
-200
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.22.0" }
3+
octopusdeploy = { source = "OctopusDeploy/octopusdeploy", version = "1.3.11" }
44
}
55
}

argocd_dashboard/lifecycles/single_phase_dev_test_prod/octopus/terraform.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "octopusdeploy_lifecycle" "devsecops_lifecycle" {
2525

2626
release_retention_policy {
2727
quantity_to_keep = 1
28-
should_keep_forever = true
28+
should_keep_forever = false
2929
unit = "Days"
3030
}
3131

@@ -46,7 +46,7 @@ resource "octopusdeploy_lifecycle" "devsecops_lifecycle" {
4646

4747
release_retention_policy {
4848
quantity_to_keep = 1
49-
should_keep_forever = true
49+
should_keep_forever = false
5050
unit = "Days"
5151
}
5252

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.22.0" }
9+
octopusdeploy = { source = "OctopusDeploy/octopusdeploy", version = "1.3.11" }
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.22.0" }
8+
octopusdeploy = { source = "OctopusDeploy/octopusdeploy", version = "1.3.11" }
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.22.0" }
3+
octopusdeploy = { source = "OctopusDeploy/octopusdeploy", version = "1.3.11" }
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.22.0" }
9+
octopusdeploy = { source = "OctopusDeploy/octopusdeploy", version = "1.3.11" }
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.22.0" }
8+
octopusdeploy = { source = "OctopusDeploy/octopusdeploy", version = "1.3.11" }
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.22.0" }
3+
octopusdeploy = { source = "OctopusDeploy/octopusdeploy", version = "1.3.11" }
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.22.0" }
3+
octopusdeploy = { source = "OctopusDeploy/octopusdeploy", version = "1.3.11" }
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.22.0" }
9+
octopusdeploy = { source = "OctopusDeploy/octopusdeploy", version = "1.3.11" }
1010
}
1111
}
1212

0 commit comments

Comments
 (0)