Skip to content

Commit

Permalink
fixing bad_iac
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedytoomey committed Jan 30, 2023
1 parent 43087ba commit 8adc015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bad_iac.yaml → bad_iac.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
provider: "aws" {
provider "aws" {
region = "us-east-1"
access_key = "NOTAREALKEY"
secret_key = "ALSONOTAREALKEY"
Expand Down

0 comments on commit 8adc015

Please sign in to comment.