diff --git a/examples/live_safe_dns_record/terraform.tfvars.example b/examples/live_safe_dns_record/terraform.tfvars.example index b378b58..b958b7f 100644 --- a/examples/live_safe_dns_record/terraform.tfvars.example +++ b/examples/live_safe_dns_record/terraform.tfvars.example @@ -8,7 +8,7 @@ test_prefix = "tfacc" test_suffix = "manual" # Optional: documentation/test IP for disposable A record content. -test_ip = "198.51.100.10" +test_ip = "1.1.1.1" # Optional TTL for disposable A record. test_ttl = 300