-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: prefect_service_account
can be queried and imported by name, as well as ID
#107
feat: prefect_service_account
can be queried and imported by name, as well as ID
#107
Conversation
data "prefect_service_account" "my_existing_bot" { | ||
id = "service-acount-UUID" | ||
data "prefect_service_account" "bot" { | ||
id = "7de0291d-59d0-4d57-a629-fe47960aa61b" |
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.
Do we want this?
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.
yeah it should be fine, this is for the docs pages and that's a random uuid i created just now
data "prefect_service_account" "my_existing_bot" { | ||
id = "service-acount-UUID" | ||
data "prefect_service_account" "bot" { | ||
id = "7de0291d-59d0-4d57-a629-fe47960aa61b" |
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.
Same as above. Guessing we do
Note - this PR depends on an upstream Prefect Cloud PR, so the acceptance tests are expected to fail until that change is merged
relates to #103
resolves #101
as well as