terraform: Begin AWS configuration

The `terraform` directory contains the resource descriptions for all AWS
services that need to be configured in order for the dynamic K8s
provisioner to work.  Specifically, it defines the EventBridge rule and
SNS topic/subscriptions that instruct AWS to send EC2 instance state
change notifications to the *dynk8s-provisioner*'s HTTP interface.
This commit is contained in:
2022-09-27 12:39:01 -05:00
parent c721571043
commit 8e1165eb95
10 changed files with 477 additions and 0 deletions

2
terraform/.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
.terraform.lock.hcl -diff
terraform.tfstate -diff