-
Notifications
You must be signed in to change notification settings - Fork 50
tailscale/resource_logstream_configuration: support UploadPeriodMinut… #487
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
Conversation
testacc: | ||
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m | ||
|
||
testacc_local: |
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.
Drive-by, makes local acceptance testing easier.
Successful acceptance test run - https://github.com/tailscale/corp/actions/runs/13658279162/job/38182972188 |
"upload_period_minutes": { | ||
Type: schema.TypeInt, | ||
Description: "The number of minutes to wait in between uploading new logs. If the quantity of logs does not fit within a single upload, multiple uploads will be made. Defaults to 1.", | ||
Default: 1, |
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.
@mpminardi Will specifying defaults here (or in the API implementation) cause spurious plan updates for existing configurations that don't specify these parameters?
28021d7
to
12549a4
Compare
12549a4
to
d59e7ee
Compare
} | ||
``` | ||
|
||
Remember to run `make build` to build the provider and pick up your local changes. |
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.
Drive-by, as I forgot to do this while I was testing :)
d59e7ee
to
2d273a0
Compare
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.
This LGTM. I think we can add an updates https://github.com/tailscale/corp/issues/26867
to the commit message as well.
2d273a0
to
c21286d
Compare
…es and CompressionFormat parameters Updates tailscale/corp#26860 Updates tailscale/corp#26867 Signed-off-by: Percy Wegmann <[email protected]>
c21286d
to
8cfe8c4
Compare
…es and CompressionFormat parameters
Updates tailscale/corp#26860
Depends on tailscale/tailscale-client-go-v2#14