-
Notifications
You must be signed in to change notification settings - Fork 48
feat(logs) onboard logs service #1096
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
Merged
cgoetz-inovex
merged 14 commits into
main
from
feat/STACKITTPR-448-logs-instance-datasource
Jan 19, 2026
Merged
feat(logs) onboard logs service #1096
cgoetz-inovex
merged 14 commits into
main
from
feat/STACKITTPR-448-logs-instance-datasource
Jan 19, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- add resource with examples - add data source with examples - add acceptance tests
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
GokceGK
reviewed
Jan 7, 2026
- rename git to logs in example - add NoSeparator validator for instance-/project-id - log responses and instance_ids - rm redundant struct field docs - mention possible status values in description - test ConfigureClient - use ElementsAs
…ogs-instance-datasource
Contributor
|
When I run the following terraform config, the read of the data source fails resource "stackit_logs_instance" "example" {
display_name = "mj-test"
project_id = var.project_id
retention_days = 1
}
data "stackit_logs_instance" "example" {
project_id = var.project_id
instance_id = stackit_logs_instance.example.instance_id
}╷
│ Error: Provider produced null object
│
│ Provider "provider[\"registry.terraform.io/stackitcloud/stackit\"]" produced a null value for data.stackit_logs_instance.example.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵ |
marceljk
reviewed
Jan 14, 2026
Contributor
Author
thanks, fixed |
GokceGK
previously approved these changes
Jan 19, 2026
…e-datasource' into feat/STACKITTPR-448-logs-instance-datasource
Merging this branch changes the coverage (2 decrease, 2 increase)
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
GokceGK
approved these changes
Jan 19, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
relates to STACKITTPR-448
Checklist
make fmtexamples/directory)make generate-docs(will be checked by CI)make test(will be checked by CI)make lint(will be checked by CI)