taskcat icon indicating copy to clipboard operation
taskcat copied to clipboard

Add pseudo parameter for taskcat_accountid

Open swagatbora90 opened this issue 6 months ago • 0 comments

Hi team,

I have a usecase where I want to create S3 buckets with name that have the customer aws account id in it. Is it possible to add a pseudo parameter that will fetch the current AWS account id.

Example usage:

project:
   s3_regional_bucket: true
   s3_bucket: $[taskcat_accountid] // creates a bucket with name `tcat-123456789012`

swagatbora90 avatar May 09 '25 20:05 swagatbora90