-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add user and users data source #102
Conversation
@@ -80,22 +80,21 @@ import { | |||
to = astro_deployment.imported_deployment | |||
} | |||
resource "astro_deployment" "imported_deployment" { | |||
original_astro_runtime_version = "11.3.0" |
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.
removed this as it was causing issues with importing deployments. when running terraform plan
it stated that a new resource was to be created and another to be deleted. after removing this field, when running tf import it stated a resource was to be updated instead (which is the intended behaviour).
Description
Add user and users data source to terraform provider astro.
🎟 Issue(s)
#101
🧪 Functional Testing
📸 Screenshots
📋 Checklist
examples/
directory