Category: Docker, encryption

Well, this article is for who want to start use the terraform compliance, before start reading, you need to understanding the basic of Terraform For who are using Terraform, this tool is very useful, for example to know if the patterns you want are set.

You can use the Terraform Compliance to assure a scenario, for example: My resources are all tagged?

Examples: | tags | value | | Name | terraform | | Environment | compliance |

The result: Check if i have a specific attribute set on my terraform file: s3attr.feature: Feature: This is base for check basic of s3 Scenario Outline: S3 resources must be configured Given I have AWS S3 Bucket defined Then it must contain Examples: | attributes | | tags |

Related Articles