Table of Contents |
---|
...
|
Info |
---|
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
Creating
...
New Parameter
Login tohttps://portal.opsera.io -> Tool Registry -> Click Parameter tab-> Click on ‘+ New Parameter’ button.
Give Provide values and click the ‘Create’ button. Values will be stored in the vault if the “Secured ‘Secured in Vault button” ’ toggle is enabled with toggle. This value cannot be changed upon creation.
...
Same procedure can be followed for creating parameters with hardcoded values just by disabling the “Secured in Vault” button‘Secured in Vault’ toggle.
...
...
Terraform Pipeline Step Configuration with Parameters
2. Create a pipeline with step using Terraform step tool and add parameters required for passing it to the command line step.
...
Add these parameters in the pipeline step:
...
Command Line Step configuration
3. User will be able to get the parameters in the command line Command Line step by selecting the Terraform respective step details from the ‘Terraform Step’ dropdown.
...
After successful run of the pipeline the values are printed in the console log.
...