Skip to content

Commit

Permalink
Merge pull request #587 from dhoeric/patch-1
Browse files Browse the repository at this point in the history
Add attributes reference for cloudflare_access_application
  • Loading branch information
jacobbednarz authored Jan 22, 2020
2 parents 4e72bee + 5da4bbd commit f3ab255
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/docs/r/access_application.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ The following arguments are supported:
Cloudflare Access in front of. Can include subdomains or paths. Or both.
* `session_duration` - (Optional) How often a user will be forced to
re-authorise. Must be one of `30m`, `6h`, `12h`, `24h`, `168h`, `730h`.

## Attributes Reference

The following additional attributes are exported:

* `id` - ID of the application
* `aud` - Application Audience (AUD) Tag of the application
* `domain` - Domain of the application
* `session_duration` - Length of session for the application before prompting for a sign in

## Import

Expand Down

0 comments on commit f3ab255

Please sign in to comment.