This commit is contained in:
commit
e2691f89e7
14 changed files with 553 additions and 0 deletions
8
providers.tf
Normal file
8
providers.tf
Normal file
|
@ -0,0 +1,8 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
aws = {
|
||||
configuration_aliases = [aws.core, aws.root, aws.tests]
|
||||
source = "hashicorp/aws"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue