Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Nov 22, 2023
1 parent eaecdd8 commit fe0657b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 0 additions & 1 deletion templates/.ci_cd/.templates/.github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
inputs:
terraform_action:
description: 'Terraform Action to perform'
required: true
default: 'apply'
type: string

Expand Down
6 changes: 5 additions & 1 deletion templates/.ci_cd/.templates/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jobs:
concurrency: ${environment_name_plan}
environment: ${environment_name_plan}
permissions:
id-token: write #NOTE: When modifying the token subject claims, if this permission is not granted inside the scope of a job with an environment, then the action will fail with an unspecified internal error.
# NOTE: When modifying the token subject claims and adding `environment`.
# If the `id-token` permission is granted at the workflow level
# and the workflow has at least one job that does not specify an environemnt
# then the action will fail with an internal error.
id-token: write
contents: read
pull-requests: write
env:
Expand Down
7 changes: 4 additions & 3 deletions templates/complete/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
archetypes: # `caf-enterprise-scale` module, add inputs as listed on the module registry where necessary.
---
archetypes: # `caf-enterprise-scale` module, add inputs as listed on the module registry where necessary.
root_name: es
root_id: Enterprise-Scale
deploy_corp_landing_zones: true
Expand All @@ -24,7 +25,7 @@ archetypes: # `caf-enterprise-scale` module, add inputs as listed on the module
management:
name: aa-management
connectivity:
hubnetworking: # `hubnetworking` module, add inputs as listed on the module registry where necessary.
hubnetworking: # `hubnetworking` module, add inputs as listed on the module registry where necessary.
hub_virtual_networks:
primary:
name: vnet-hub
Expand All @@ -37,7 +38,7 @@ connectivity:
sku_name: AZFW_VNet
sku_tier: Standard
subnet_address_prefix: 10.0.1.0/24
virtual_network_gateway: # `vnet-gateway` module, add inputs as listed on the module registry where necessary.
virtual_network_gateway: # `vnet-gateway` module, add inputs as listed on the module registry where necessary.
name: vgw-hub
sku: VpnGw1
type: Vpn
Expand Down

0 comments on commit fe0657b

Please sign in to comment.