codequest-eu / terraform-modules

Terraform modules commonly used in our projects
5 stars 4 forks source link

internal: terraform s3 backend for examples #132

Closed mskrajnowski closed 3 years ago

mskrajnowski commented 3 years ago

We use examples both for documenting and testing modules. Up to now whenever we'd deploy an example the terraform state would be stored locally. This PR adds an S3 backend to all examples, so we don't have to remember which example's state is on which device...