]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blobdiff - r/test.html.markdown
website/docs: Run `terraform fmt` on code examples (#12075)
[github/fretlink/terraform-provider-statuscake.git] / r / test.html.markdown
index 61ddb3ef62f799f05a015c81caa75444c62fe44b..2912afedf91d3d92ac30cb51977d838b03c3f187 100644 (file)
@@ -14,11 +14,11 @@ The test resource allows StatusCake tests to be managed by Terraform.
 
 ```
 resource "statuscake_test" "google" {
-    website_name = "google.com"
-    website_url = "www.google.com"
-    test_type = "HTTP"
-    check_rate = 300
-    contact_id = 12345
+  website_name = "google.com"
+  website_url  = "www.google.com"
+  test_type    = "HTTP"
+  check_rate   = 300
+  contact_id   = 12345
 }
 ```