github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/test/fixtures/terraform-not-idempotent/main.tf (about)

     1  resource "null_resource" "test" {
     2    triggers = {
     3      time = timestamp()
     4    }
     5  }