-
- Downloads
Implement support for `id_tokens` setups
This change set implements support to configure `id_tokens` in a somewhat user-friendly way. Due to the lacking support of map nodes as input values multiple inputs are needed to configure it's support. Limitation: https://gitlab.com/gitlab-org/gitlab/-/issues/452451 Closes https://gitlab.com/components/opentofu/-/issues/49 Changelog: added
Showing
- .gitlab/README.md.template 54 additions, 0 deletions.gitlab/README.md.template
- .gitlab/scripts/update-opentofu-versions.sh 1 addition, 1 deletion.gitlab/scripts/update-opentofu-versions.sh
- README.md 54 additions, 0 deletionsREADME.md
- templates/__internal_id_tokens_base_job.yml 21 additions, 0 deletionstemplates/__internal_id_tokens_base_job.yml
- templates/apply.yml 39 additions, 0 deletionstemplates/apply.yml
- templates/destroy.yml 39 additions, 0 deletionstemplates/destroy.yml
- templates/full-pipeline.yml 36 additions, 0 deletionstemplates/full-pipeline.yml
- templates/graph.yml 47 additions, 0 deletionstemplates/graph.yml
- templates/job-templates.yml 36 additions, 0 deletionstemplates/job-templates.yml
- templates/plan.yml 39 additions, 1 deletiontemplates/plan.yml
- templates/test.yml 39 additions, 0 deletionstemplates/test.yml
- templates/validate-plan-apply.yml 30 additions, 0 deletionstemplates/validate-plan-apply.yml
- templates/validate-plan-destroy.yml 30 additions, 0 deletionstemplates/validate-plan-destroy.yml
- templates/validate-plan.yml 27 additions, 0 deletionstemplates/validate-plan.yml
- templates/validate.yml 41 additions, 1 deletiontemplates/validate.yml
- tests/iac-id-tokens/backend.tf 3 additions, 0 deletionstests/iac-id-tokens/backend.tf
- tests/iac-id-tokens/id-tokens-setup.sh 1 addition, 0 deletionstests/iac-id-tokens/id-tokens-setup.sh
- tests/iac-id-tokens/main.tf 41 additions, 0 deletionstests/iac-id-tokens/main.tf
- tests/iac-id-tokens/modules/random-pet/main.tf 12 additions, 0 deletionstests/iac-id-tokens/modules/random-pet/main.tf
- tests/iac-id-tokens/modules/random-pet/outputs.tf 3 additions, 0 deletionstests/iac-id-tokens/modules/random-pet/outputs.tf
Loading
Please register or sign in to comment