Skip to content

Commit

Permalink
Merge pull request #25 from telekom-mms/add_codespell
Browse files Browse the repository at this point in the history
add codespell workflow
  • Loading branch information
michaelamattes committed May 10, 2023
2 parents 967aced + 335351e commit fbbb763
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: codespell

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
call-codespell:
uses: telekom-mms/.github/.github/workflows/codespell.yml@main
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource "azurerm_virtual_network" "virtual_network" {
}

resource "azurerm_subnet" "subnet" {
#ts:skip=AC_AZURE_0356 terrascan - network security group has to be done seperate
#ts:skip=AC_AZURE_0356 terrascan - network security group has to be done separate
for_each = var.subnet

name = local.subnet[each.key].name == "" ? each.key : local.subnet[each.key].name
Expand Down

0 comments on commit fbbb763

Please sign in to comment.