mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-27 09:21:14 -06:00
028664a015
* Add SSH Keys to all droplets in tests, this prevents acctests from spamming account owner email with root password details * Add a new helper/acctest package to be a home for random string / int implementations used in tests. * Insert some random details into record tests to prevent collisions * Normalize config style in tests to hclfmt conventions
3 lines
75 B
Go
3 lines
75 B
Go
// Package acctest contains for Terraform Acceptance Tests
|
|
package acctest
|