Skip to content

Commit

Permalink
Merge pull request #1 from snapdocs/fix-provider-warning
Browse files Browse the repository at this point in the history
fix "Warning: Provider aws is undefined"
  • Loading branch information
konpalsnapdocs authored Mar 27, 2023
2 parents e8ccb89 + 03da730 commit e1ec04a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
terraform {
required_providers {
aws = {
configuration_aliases = [ aws ]
}
}
}

0 comments on commit e1ec04a

Please sign in to comment.