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 pass the s3 payload bucket into the template and use that in the file
const payloadBucketPhysicalName = process.env.KLOTHO_S3_PREFIX + '{{.PayloadsBucketName}}';
https://github.com/klothoplatform/klotho-pro/issues/51 started the effort of moving this all to Environment variables so that we can dynamically generate these templates based on the iac created. This allows for proper sanitization and the resources to stay in sync
The text was updated successfully, but these errors were encountered:
gordon-klotho
Successfully merging a pull request may close this issue.
Currently we pass the s3 payload bucket into the template and use that in the file
https://github.com/klothoplatform/klotho-pro/issues/51 started the effort of moving this all to Environment variables so that we can dynamically generate these templates based on the iac created. This allows for proper sanitization and the resources to stay in sync
The text was updated successfully, but these errors were encountered: