Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Sep 10, 2023
1 parent 81c95b3 commit 13aaec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/basic/result.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"severity":"error",
"link":""
},
"message":"expected override_strategy to be one of [STRICT OVERRIDE ], got DEFAULT",
"message":"expected override_strategy to be one of [\"STRICT\" \"OVERRIDE\" \"\"], got DEFAULT",
"range":{
"filename":"main.tf",
"start":{
Expand Down
2 changes: 1 addition & 1 deletion rules/magicmodules/generated_rules_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ resource "google_cloud_asset_folder_feed" "main" {
Expected: helper.Issues{
{
Rule: NewGoogleCloudAssetFolderFeedInvalidContentTypeRule(),
Message: `expected content_type to be one of [CONTENT_TYPE_UNSPECIFIED RESOURCE IAM_POLICY ORG_POLICY OS_INVENTORY ACCESS_POLICY ], got INVALID`,
Message: `expected content_type to be one of ["CONTENT_TYPE_UNSPECIFIED" "RESOURCE" "IAM_POLICY" "ORG_POLICY" "OS_INVENTORY" "ACCESS_POLICY" ""], got INVALID`,
Range: hcl.Range{
Filename: "resource.tf",
Start: hcl.Pos{Line: 3, Column: 18},
Expand Down

0 comments on commit 13aaec1

Please sign in to comment.