Skip to content

Commit

Permalink
Merge pull request #3447 from richeney/patch-1
Browse files Browse the repository at this point in the history
Show subscription_id as attribute
  • Loading branch information
tombuildsstuff authored May 15, 2019
2 parents 6fe8d8b + bd54888 commit 925050d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/d/subscription.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ output "current_subscription_display_name" {

## Attributes Reference

* `id` - The ID of the Subscription.
* `id` - The ID of the subscription.
* `subscription_id` - The subscription GUID.
* `display_name` - The subscription display name.
* `state` - The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
* `location_placement_id` - The subscription location placement ID.
Expand Down

0 comments on commit 925050d

Please sign in to comment.