Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Unknown
Description
I'm working on providing some infra as code with Kamelets, like, I want to use S3 and through camel-jbang commands pre-populate the commands to give to ansible/terraform or cloudformation with the S3 bucket name defined in my route.
So we could have something like
camel infra generate aws-s3 route.yaml
with bucket-name defined as test in route yaml
and the output would be something like
ansible-playbook -v ansible/aws-s3.yaml --extra-vars bucket_name=test