We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we have a variable to define the output S3 key prefix for install logs as below: output_s3_key_prefix = var.s3_bucket_prefix_install_logs
Could you please introduce a new variable for scan logs too? Currently, it is hardcoded as below: output_s3_key_prefix = "scaning"
The text was updated successfully, but these errors were encountered:
feat: adds s3_bucket_prefix_scan_logs var (closes #14)
db38988
7e1f000
Successfully merging a pull request may close this issue.
Describe the Feature
Currently we have a variable to define the output S3 key prefix for install logs as below:
output_s3_key_prefix = var.s3_bucket_prefix_install_logs
Could you please introduce a new variable for scan logs too? Currently, it is hardcoded as below:
output_s3_key_prefix = "scaning"
The text was updated successfully, but these errors were encountered: