| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Since it was failing `make test` on travis. Must be a better way to go about this, but I couldn't come up with a better way that defaulting the value to avoid the error when running non-acceptance tests.
|
|
|
|
|
|
| |
response
The `TestCheckResourceAttr` tests can stay since they rely on the state from the previous apply.
|
|
|
|
| |
Note that we also don't check the individual locations anymore. The key numbers will be randomized and not testing content seems to be the method employed by the AWS provider as well https://github.com/terraform-providers/terraform-provider-aws/blob/81bba6b1f567aed561c6a6a30916504ee0886c68/aws/resource_aws_autoscaling_group_test.go#L404
|
|
|
|
| |
They were present in the details but the values were different during my testing. Hopefully this proves true for all future testing.
|
|
|
|
| |
In my testing, the default response was `[""]` and having the default provided cause test assertion failures
|
|
|
|
| |
Avoids showing the password in plan output
|
|
|
|
| |
This allowed me to run acceptance tests on my own account.
|
|
|
|
| |
vendor directory
|
| |
|
| |
|
|
|
|
| |
module
|
|
|