Skip to content

Commit d6eb244

Browse files
committed
Remove sort_order from tag and environment configurations in Terraform files
1 parent f7e6f0e commit d6eb244

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

management_instance/tenant_tags/regional/octopus/common.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ terraform {
77
resource "octopusdeploy_tag_set" "type" {
88
name = "tenant_type"
99
description = "Tenant Type"
10-
sort_order = 0
1110
}
1211

1312
resource "octopusdeploy_tag" "tag_regional" {
1413
name = "regional"
1514
color = "#333333"
1615
description = "A tenant representing a region"
17-
sort_order = 2
1816
tag_set_id = octopusdeploy_tag_set.type.id
1917
}

shared/environments/administration/octopus/terraform.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ resource "octopusdeploy_environment" "environment_admin" {
33
description = ""
44
allow_dynamic_infrastructure = true
55
use_guided_failure = false
6-
sort_order = 0
76

87
jira_extension_settings {
98
environment_type = "production"

shared/environments/dev_test_prod/octopus/terraform.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ resource "octopusdeploy_environment" "environment_dev" {
33
description = ""
44
allow_dynamic_infrastructure = true
55
use_guided_failure = false
6-
sort_order = 0
76

87
jira_extension_settings {
98
environment_type = "development"
@@ -23,7 +22,6 @@ resource "octopusdeploy_environment" "environment_test" {
2322
description = ""
2423
allow_dynamic_infrastructure = true
2524
use_guided_failure = false
26-
sort_order = 1
2725

2826
jira_extension_settings {
2927
environment_type = "unmapped"
@@ -43,7 +41,6 @@ resource "octopusdeploy_environment" "environment_production" {
4341
description = ""
4442
allow_dynamic_infrastructure = true
4543
use_guided_failure = false
46-
sort_order = 2
4744

4845
jira_extension_settings {
4946
environment_type = "unmapped"
@@ -63,7 +60,6 @@ resource "octopusdeploy_environment" "environment_security" {
6360
description = ""
6461
allow_dynamic_infrastructure = true
6562
use_guided_failure = false
66-
sort_order = 3
6763

6864
jira_extension_settings {
6965
environment_type = "unmapped"

shared/environments/sync/octopus/terraform.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ resource "octopusdeploy_environment" "environment_sync" {
33
description = ""
44
allow_dynamic_infrastructure = true
55
use_guided_failure = false
6-
sort_order = 0
76

87
jira_extension_settings {
98
environment_type = "development"

0 commit comments

Comments
 (0)