Skip to content
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

provider: allow using cloud.token to login #156

Merged
merged 3 commits into from
Aug 28, 2024
Merged

Conversation

luantranminh
Copy link
Contributor

@luantranminh luantranminh commented Aug 21, 2024

fixes: #117

@luantranminh luantranminh requested review from giautm, a8m and a team August 22, 2024 12:46
resource "atlas_migration" "testdb" {
url = "%[2]s"
version = data.atlas_migration.hello.next
dir = data.atlas_migration.hello.dir
cloud {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moving cloud into resource | data to bypass the login check. Login will be covered by integration tests

@giautm giautm changed the title internal/provider: allow using cloud.token to login provider: allow using cloud.token to login Aug 27, 2024
@luantranminh luantranminh merged commit 9c66fe8 into master Aug 28, 2024
17 checks passed
@luantranminh luantranminh deleted the l/var-token-login branch August 28, 2024 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Token based flow
2 participants