Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Apr 22, 2024
1 parent 186fa82 commit b719591
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ terraform {

## Continuous Validation

Simplify continuous validation checks that run as part of your Terraform workflow:

```hcl
data "http" "terraform_io" {
url = "https://www.terraform.io"
Expand All @@ -34,6 +36,8 @@ check "health_check" {

## Terraform Test

Simplify writing test assertions for your Terraform configuration:

```hcl
run "ebs_volume_size" {
Expand All @@ -48,6 +52,8 @@ run "ebs_volume_size" {

## Variable Validation

Make writing validations for Terraform variables easier:

```hcl
variable "ebs_volume_size" {
type = number
Expand Down

0 comments on commit b719591

Please sign in to comment.