Skip to content

Commit 1a54f20

Browse files
Update readme regaridng terraform (#286)
* delete terraform configuration * Update deployment readme * Update link to AWS Integration and Automation registry --------- Co-authored-by: Alex Casalboni <[email protected]>
1 parent 3ee22f3 commit 1a54f20

22 files changed

+12
-774
lines changed

README-DEPLOY.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,18 @@ If you don't yet have a Terraform project, check out the [Terraform introduction
137137
138138
## Option 5: Deploy natively with Terraform<a name="option5"></a>
139139
140-
The Terraform modules are located in the [terraform](terraform) directory. Deployment documentation is [here](terraform/Readme.md).
140+
You can simply add the [lambda-power-tuning](https://registry.terraform.io/modules/aws-ia/lambda-power-tuning/aws/latest) Terraform module to your Terraform configuration.
141+
142+
The module is hosted on the official [AWS Integration and Automation](https://registry.terraform.io/namespaces/aws-ia) namespace.
143+
144+
```hcl
145+
module "lambda-power-tuning" {
146+
source = "aws-ia/lambda-power-tuning/aws"
147+
version = "0.0.2" # specify the desired version here
148+
149+
# for input variables, see https://registry.terraform.io/modules/aws-ia/lambda-power-tuning/aws/latest?tab=inputs
150+
}
151+
```
141152
142153
## State machine configuration (at deployment time)
143154

terraform/.terraform-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

terraform/Readme.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

terraform/main.tf

Lines changed: 0 additions & 4 deletions
This file was deleted.

terraform/module/data.tf

Lines changed: 0 additions & 30 deletions
This file was deleted.

terraform/module/json_files/cleaner.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

terraform/module/json_files/executor.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

terraform/module/json_files/initializer.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

terraform/module/json_files/lambda.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

terraform/module/json_files/optimizer.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)