33 changed files
.azure-pipelines | ||
scripts | ||
terraform-apply.sh + | ||
terraform-destroy.sh + | ||
terraform-plan.sh + | ||
terraform-validate.sh + | ||
apply.yml + | ||
pr.yml + | ||
app | ||
entity/base | ||
main.tf | ||
outputs.tf | ||
password/v1 | ||
main.tf | ||
modules | ||
app | ||
entity/base | ||
main.tf + | ||
outputs.tf + | ||
variables.tf rename | ||
versions.tf rename | ||
password | ||
main.tf + | ||
outputs.tf + | ||
variables.tf rename | ||
versions.tf rename | ||
sp | ||
entity/base | ||
main.tf + | ||
outputs.tf + | ||
variables.tf rename | ||
versions.tf rename | ||
password | ||
main.tf + | ||
outputs.tf + | ||
variables.tf rename | ||
versions.tf rename | ||
samples | ||
app/simple | ||
app.tf + | ||
main.tf + | ||
variables.tf + | ||
readme.md | ||
sp | ||
entity/base/v1 | ||
main.tf | ||
outputs.tf | ||
password/v1 | ||
main.tf | ||
outputs.tf | ||
terraform-apply.sh
/.azure-pipelines/scripts/terraform-apply.sh+7/.azure-pipelines/scripts/terraform-apply.sh
Add comment 1 Plus #!/usr/bin/env bash
Add comment 2 Plus set -euo pipefail
Add comment 3 Plus
Add comment 4 Plus terraform init -input=false
Add comment 5 Plus
Add comment 6 Plus terraform apply -input=false -auto-approve
Add comment 7 Plus
terraform-destroy.sh
/.azure-pipelines/scripts/terraform-destroy.sh+7/.azure-pipelines/scripts/terraform-destroy.sh
Add comment 1 Plus #!/usr/bin/env bash
Add comment 2 Plus set -euo pipefail
Add comment 3 Plus
Add comment 4 Plus terraform init -input=false
Add comment 5 Plus
Add comment 6 Plus terraform destroy -input=false -auto-approve
Add comment 7 Plus
terraform-plan.sh
/.azure-pipelines/scripts/terraform-plan.sh+7/.azure-pipelines/scripts/terraform-plan.sh
Add comment 1 Plus #!/usr/bin/env bash
Add comment 2 Plus set -euo pipefail
Add comment 3 Plus
Add comment 4 Plus terraform init -input=false
Add comment 5 Plus
Add comment 6 Plus terraform plan
Add comment 7 Plus
terraform-validate.sh
/.azure-pipelines/scripts/terraform-validate.sh/.azure-pipelines/scripts/terraform-validate.sh
variables.tf
/modules/app/entity/base/variables.tf/modules/app/entity/base/variables.tf
Renamed from
/app/entity/base/variables.tf
The file content is identical.
versions.tf
/modules/app/entity/base/versions.tf/modules/app/entity/base/versions.tf
Renamed from
/app/entity/base/versions.tf
The file content is identical.
variables.tf
/modules/app/password/variables.tf/modules/app/password/variables.tf
Renamed from
/app/password/v1/variables.tf
The file content is identical.
versions.tf
/modules/app/password/versions.tf/modules/app/password/versions.tf
Renamed from
/app/password/v1/versions.tf
The file content is identical.
variables.tf
/modules/sp/entity/base/variables.tf/modules/sp/entity/base/variables.tf
Renamed from
/sp/entity/base/v1/variables.tf
The file content is identical.
versions.tf
/modules/sp/entity/base/versions.tf/modules/sp/entity/base/versions.tf
Renamed from
/sp/entity/base/v1/versions.tf
The file content is identical.
variables.tf
/modules/sp/password/variables.tf/modules/sp/password/variables.tf
Renamed from
/sp/password/v1/variables.tf
The file content is identical.
versions.tf
/modules/sp/password/versions.tf/modules/sp/password/versions.tf
Renamed from
/sp/password/v1/versions.tf
The file content is identical.