Skip to content

Commit

Permalink
Fix resource name lengths in Azure attack techniques (closes #301)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Jan 30, 2023
1 parent c76e8d9 commit baccf3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provider "azurerm" {
}

locals {
resource_prefix = "stratus-red-team-vmcse" # stratus red team vm custom script extension
resource_prefix = "srt-vmcse" # stratus red team vm custom script extension
}

# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provider "azurerm" {
}

locals {
resource_prefix = "stratus-red-team-vmrc" # stratus red team vm run commant
resource_prefix = "srt-vmrc" # stratus red team vm run commant
}

# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Expand Down

0 comments on commit baccf3c

Please sign in to comment.