Skip to content

Commit

Permalink
provider fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordi.bru committed May 21, 2024
1 parent ec49de8 commit 4c7a9ff
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions examples/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
provider "aws" {
region = "eu-west-1"
profile = "aws-jordi-account"
}
5 changes: 0 additions & 5 deletions providers.tf → versions.tf
Original file line number Diff line number Diff line change
@@ -7,9 +7,4 @@ terraform {
version = ">= 5.0"
}
}
}

provider "aws" {
region = "eu-west-1"
profile = "aws-jordi-account"
}

0 comments on commit 4c7a9ff

Please sign in to comment.