Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pffreitas committed Jan 10, 2022
1 parent 381ec40 commit 080d2d6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Empty file added docs/index.md
Empty file.
22 changes: 22 additions & 0 deletions docs/resources/audience.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# audience> Resource

Description of what this resource does, with links to official
app/service documentation.

## Example Usage

```hcl
resource "optimizely_audience" "country_us" {
name = "COUNTRY_US_TERRAFORM"
conditions = "[\"and\", {\"type\": \"custom_attribute\", \"name\": \"COUNTRY\", \"value\": \"us\"}]"
}
```

## Argument Reference

* `name` - (Optional/Required) List arguments this resource takes.
* `conditions` - (Optional/Required) List arguments this resource takes.

## Attribute Reference

* `id` - List attributes that this resource exports.

0 comments on commit 080d2d6

Please sign in to comment.