Skip to content

Commit

Permalink
chore: updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Dec 5, 2022
1 parent b6fd340 commit 7565422
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/resources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ resource "octopusdeploy_project" "example" {
skip_machine_behavior = "SkipUnavailableMachines"
}
jira_service_management_extension_settings {
connection_id = "133d7fe602514060a48bc42ee9870f99"
is_enabled = false
service_desk_project_name = "Test Service Desk Project (OK to Delete)"
}
servicenow_extension_settings {
connection_id = "989034685e2c48c4b06a29286c9ef5cc"
is_enabled = false
is_state_automatically_transitioned = false
standard_change_template_name = "Standard Change Template Name (OK to Delete)"
}
template {
default_value = "example-default-value"
help_text = "example-help-test"
Expand Down
13 changes: 13 additions & 0 deletions examples/resources/octopusdeploy_project/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ resource "octopusdeploy_project" "example" {
skip_machine_behavior = "SkipUnavailableMachines"
}

jira_service_management_extension_settings {
connection_id = "133d7fe602514060a48bc42ee9870f99"
is_enabled = false
service_desk_project_name = "Test Service Desk Project (OK to Delete)"
}

servicenow_extension_settings {
connection_id = "989034685e2c48c4b06a29286c9ef5cc"
is_enabled = false
is_state_automatically_transitioned = false
standard_change_template_name = "Standard Change Template Name (OK to Delete)"
}

template {
default_value = "example-default-value"
help_text = "example-help-test"
Expand Down

0 comments on commit 7565422

Please sign in to comment.