File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
management_instance/tenant_tags/regional/octopus Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,11 @@ terraform {
77resource "octopusdeploy_tag_set" "type" {
88 name = " tenant_type"
99 description = " Tenant Type"
10- sort_order = 0
1110}
1211
1312resource "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}
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments