...
Scenario-1: Having AWS Credentials - Static on the Terraform script [GITLAB] as shown below
In the below example, we have the Terraform script available at ‘python-example > Terraform > Terraform > subnet.tf’
...
4. On pipeline, Terraform script step → Click on the ‘Configuration’ icon to enter step level configuration to invoke Terraform script run in GGITLAB REPOSITORY.
...
5. On the configuration window, select/enter the details on all the fields
...
Scenario-2: Having AWS Credentials - Dynamic on the Terraform script [GITHUB] as shown below
In the below example, we have the Terraform script available at ‘python-example > Terraform > Terraform > subnet.tf’
...