Skip to content
#

opsgenie

Here are 44 public repositories matching this topic...

alessandrotrisolini
alessandrotrisolini commented Mar 18, 2020

Terraform Version

Terraform v0.12.23

Affected Resource

  • opsgenie_user

Terraform Configuration Files

resource "opsgenie_user" "example_user" {
  username  = "user@example.com"
  full_name = "Example User"
  role      = "User"
}

Debug Output

~ resource "opsgenie_user" "example_user" {
    full_name = "Example User"
    id        = "xxx"
    l

Improve this page

Add a description, image, and links to the opsgenie topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the opsgenie topic, visit your repo's landing page and select "manage topics."

Learn more