Skip to content

Bump hashicorp/time from 0.11.2 to 0.12.0 in /code/infra #139

Bump hashicorp/time from 0.11.2 to 0.12.0 in /code/infra

Bump hashicorp/time from 0.11.2 to 0.12.0 in /code/infra #139

Workflow file for this run

name: Infrastructure Deployment
on:
push:
branches:
- main
paths:
- "**.tf"
- "code/infra/**"
- "code/datamodel/**"
- "config/**"
- ".github/workflows/terraform.yml"
- ".github/workflows/_terraformEnvironmentTemplate.yml"
pull_request:
branches:
- main
paths:
- "**.tf"
- "code/infra/**"
- "code/datamodel/**"
- "config/**"
- ".github/workflows/terraform.yml"
- ".github/workflows/_terraformEnvironmentTemplate.yml"
jobs:
terraform_dev:
uses: ./.github/workflows/_terraformEnvironmentTemplate.yml
name: "Dev"
with:
environment: "dev"
config: "SharedTenant"
terraform_version: "1.9.1"
node_version: 20
working_directory: "./code/infra"
tenant_id: "572cf1ec-3f90-49a2-896f-ab2fa36ca0d3"
subscription_id: "be25820a-df86-4794-9e95-6a45cd5c0941"
secrets:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}