Skip to content

Commit

Permalink
chore: updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Dec 5, 2022
1 parent 7565422 commit f6b205d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/resources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ resource "octopusdeploy_environment" "example" {
description = "An environment for the development team."
name = "Development Environment (OK to Delete)"
use_guided_failure = false
jira_extension_settings {
environment_type = "unmapped"
}
jira_service_management_extension_settings {
is_enabled = false
}
servicenow_extension_settings {
is_enabled = false
}
}
```

Expand Down
12 changes: 12 additions & 0 deletions examples/resources/octopusdeploy_environment/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,16 @@ resource "octopusdeploy_environment" "example" {
description = "An environment for the development team."
name = "Development Environment (OK to Delete)"
use_guided_failure = false

jira_extension_settings {
environment_type = "unmapped"
}

jira_service_management_extension_settings {
is_enabled = false
}

servicenow_extension_settings {
is_enabled = false
}
}

0 comments on commit f6b205d

Please sign in to comment.