Relative Content

Tag Archive for terraformterraform-provider-aws

Chaining Terraform Applies

I have many Terraform root modules that I apply whenever I need to create a new environment. Natively, Terraform doesn’t have a workflow that will allow me to chain these in an order to run in.

cannot get api gateway to log

I am trying to learn terraform. I trying to have api gateway pass requests to lambda to do REST CRUD actions to manage a record in Dynamo DB.

How to pass dynamic values to a module’s ‘source’

I am looking for options to specify the reusable aws modules which are stored in a separate project in gitlab. For example, if there is a generic ec2 component I will call that in my module and pass any specific variables etc.,