terraform: REFRESH IS DONE

https://dl.dropboxusercontent.com/u/46819/gifs/america.gif
This commit is contained in:
Mitchell Hashimoto 2015-02-11 14:14:53 -08:00
parent 2680b6bed4
commit a78fe784b8
1 changed files with 2 additions and 4 deletions

View File

@ -413,11 +413,10 @@ func TestContext2Refresh_tainted(t *testing.T) {
}
}
/*
func TestContextRefresh_vars(t *testing.T) {
func TestContext2Refresh_vars(t *testing.T) {
p := testProvider("aws")
m := testModule(t, "refresh-vars")
ctx := testContext(t, &ContextOpts{
ctx := testContext2(t, &ContextOpts{
Module: m,
Providers: map[string]ResourceProviderFactory{
"aws": testProviderFuncFixed(p),
@ -466,7 +465,6 @@ func TestContextRefresh_vars(t *testing.T) {
}
}
}
*/
func TestContext2Validate(t *testing.T) {
p := testProvider("aws")