diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml new file mode 100644 index 0000000..c39d7a4 --- /dev/null +++ b/.github/workflows/codespell.yml @@ -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 diff --git a/main.tf b/main.tf index f4e0990..1607968 100644 --- a/main.tf +++ b/main.tf @@ -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