Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrauschenbusch committed Mar 4, 2021
1 parent e32eb8e commit 9b29549
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docs/r/eventgrid_domain.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ The following arguments are supported:

* `location` - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

* `identity` - (Optional) An `identity` block as defined below.

* `input_schema` - (Optional) Specifies the schema in which incoming events will be published to this domain. Allowed values are `CloudEventSchemaV1_0`, `CustomEventSchema`, or `EventGridSchema`. Defaults to `eventgridschema`. Changing this forces a new resource to be created.

* `input_mapping_fields` - (Optional) A `input_mapping_fields` block as defined below.
Expand All @@ -54,6 +56,14 @@ The following arguments are supported:

---

A `identity` block exports the following:

~> **Note:** Currently only type `SystemAssigned` identity is supported.

* `type` - Specifies the type of Managed Service Identity that is configured on this Event Grid Domain.

---

A `input_mapping_fields` supports the following:

* `id` - (Optional) Specifies the id of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.
Expand Down
10 changes: 10 additions & 0 deletions website/docs/r/eventgrid_topic.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ The following arguments are supported:

* `location` - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

* `identity` - (Optional) An `identity` block as defined below.

* `input_schema` - (Optional) Specifies the schema in which incoming events will be published to this domain. Allowed values are `CloudEventSchemaV1_0`, `CustomEventSchema`, or `EventGridSchema`. Defaults to `EventGridSchema`. Changing this forces a new resource to be created.

* `input_mapping_fields` - (Optional) A `input_mapping_fields` block as defined below.
Expand All @@ -56,6 +58,14 @@ The following arguments are supported:

---

A `identity` block exports the following:

~> **Note:** Currently only type `SystemAssigned` identity is supported.

* `type` - Specifies the type of Managed Service Identity that is configured on this Event Grid Domain.

---

A `input_mapping_fields` supports the following:

* `id` - (Optional) Specifies the id of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.
Expand Down

0 comments on commit 9b29549

Please sign in to comment.