-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Dashboard Sharing #26
Conversation
A general comment: |
Good Point! I have renamed all open access to shared dashboard. |
- `id` (String) The ID of the Shared dashboard | ||
- `last_updated` (String) The last time the Dashboard Share was updated | ||
|
||
## Import |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this import section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import allows you to import resources that were not created through terraform to its configuration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some final consistency (terminology and case) comments
Description
Added a new
squaredup_dashboard_share
resource which will allow to enable OA for DashboardsWe already support enabling Open Access for workspace resource. Next will be to allow enabling OA at tenant level.
Checklist:
bug-fix
,feature
, orenhancement