feat: Set default tecton_outputs location to presigned url. #224
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.
type
for output location config totecton_hosted_presigned
, and update all READMEs / sample snippets for module invocations to show that the URL is an expected input. The default behavior will be to write outputs to an s3 location with URL provided by Tecton, instead of creating a new bucket or using the offline-store (although those remain as options).location_config
variable name tooutputs_location_config
for clarity.vm_workload_subnet_ids
variable intecton_outputs
module (string
instead oflist(string)
).Testing
Tested with invocation of
dataplane_rift
module against this branch using?ref=tecton-outputs-update
, with a presigned URL input. Terraform Apply worked in general + outputs written as expected.