mirror of
https://github.com/dragonheim/gagent.git
synced 2025-07-12 14:18:15 -07:00
Very preliminary tf scripting.
This commit is contained in:
parent
0266d9ee8a
commit
f1844c1a4e
8 changed files with 275 additions and 0 deletions
9
tfenv/terraform.tf
Normal file
9
tfenv/terraform.tf
Normal file
|
@ -0,0 +1,9 @@
|
|||
terraform {
|
||||
required_version = ">= 0.15.3"
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 3.42.0"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue