notification

dhoppeIT/notification/tfe

Terraform Module HCL TFE

Terraform module to manage the Terraform Cloud/Enterprise resource (tfe_notification_configuration)

Install
module "notification" {
source = "dhoppeIT/notification/tfe"
version = "0.2.0"
}
plain text: /constructs/tfmod-dhoppeit-notification-tfe/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-tfe-notification Terraform module to manage the following Terraform Cloud/Enterprise resource: * tfe_notification_configuration Graph Usage Copy and paste into your Terraform configuration, insert the variables and run ``terraform init`: `hcl module "tfe_organization" { source = "dhoppeIT/organization/tfe" version = "~> 0.1" name = "dhoppeIT" email = "terraform@dhoppe.it" } module "tfe_workspace" { source = "dhoppeIT/workspace/tfe" version = "~> 0.2" name = "terraform" organization = module.tfe_organization.name } module "tfe_notification" { source = "dhoppeIT/notification/tfe" version = "~> 0.1" name = "slack" enabled = true destination_type = "slack" triggers = [ "run:needs_attention", "run:errored" ] url = "https://hooks.slack.com/services/T08UD9EJG/B02J93SFKND/TqDf0Xnn0NaBjru

Inputs (9)
NameTypeDescriptionDefault
email_addresseslist(string)A list of email addresses required
email_user_idslist(string)A list of user IDs required
namestringName of the notification configuration required
destination_typestringThe type of notification configuration payload to send required
workspace_idstringThe id of the workspace that owns the notification configuration required
tokenstringA write-only secure token for the notification configuration required
urlstringThe HTTP or HTTPS URL of the notification configuration where notification reque required
enabledboolWhether the notification configuration should be enabled or notfalse
triggerslist(string)The array of triggers for which this notification configuration will send notifi[]
Outputs (1)
id — The ID of the notification configuration
Resources (1)
tfe_notification_configuration
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud TFE
★ Stars0
Forks1
Total downloads4.5k
Inputs9
Outputs1
Resources1
Examples2
LicenseApache-2.0
NamespacedhoppeIT
Updated