feat(module): initial import
This commit is contained in:
commit
a046131bd2
8 changed files with 415 additions and 0 deletions
7
providers.tf
Normal file
7
providers.tf
Normal file
|
@ -0,0 +1,7 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue