Skip to content

Commit

Permalink
Create provider.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
chebuya authored Dec 13, 2024
1 parent e33f8f0 commit 938c816
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scenarios/detection_evasion/solution/provider.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
provider "aws" {
profile = var.profile
region = var.region
}

0 comments on commit 938c816

Please sign in to comment.