File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,11 @@ func Test_getBaseConfig(t *testing.T) {
28
28
Region : "us-east-1" ,
29
29
},
30
30
Expected : & awsbase.Config {
31
- AccessKey : "AWS_ACCESS_KEY" ,
32
- SecretKey : "AWS_SECRET_KEY" ,
33
- Region : "us-east-1" ,
31
+ AccessKey : "AWS_ACCESS_KEY" ,
32
+ SecretKey : "AWS_SECRET_KEY" ,
33
+ Region : "us-east-1" ,
34
+ CallerDocumentationURL : "https://github.com/terraform-linters/tflint-ruleset-aws/blob/master/docs/deep_checking.md" ,
35
+ CallerName : "tflint-ruleset-aws" ,
34
36
},
35
37
},
36
38
{
@@ -41,9 +43,11 @@ func Test_getBaseConfig(t *testing.T) {
41
43
Region : "us-east-1" ,
42
44
},
43
45
Expected : & awsbase.Config {
44
- Profile : "default" ,
45
- CredsFilename : filepath .Join (home , ".aws" , "creds" ),
46
- Region : "us-east-1" ,
46
+ Profile : "default" ,
47
+ CredsFilename : filepath .Join (home , ".aws" , "creds" ),
48
+ Region : "us-east-1" ,
49
+ CallerDocumentationURL : "https://github.com/terraform-linters/tflint-ruleset-aws/blob/master/docs/deep_checking.md" ,
50
+ CallerName : "tflint-ruleset-aws" ,
47
51
},
48
52
},
49
53
}
You can’t perform that action at this time.
0 commit comments