Hello
I got Bitbucket pipeline with terraform that creates resources in AWS
After pipeline execution is done in pipeline log i see terraform outputs
rds_endpoint = [
{
"data" = "xxxx.rds.amazonaws.com:5432"
"data_db" = "xxxx-data-db"
}
like it possible to parse pipeline log ?
In a "script" section, you can use all the common Unix commands. Therefore you should be able to parse that string in a regular step.
i know about "script" section but main question how i can get pipeline logs ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.