Skip to content

Commit

Permalink
Update resource_sysdig_secure_macro_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvachhani committed Nov 15, 2024
1 parent 90a4a84 commit 576b4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdig/resource_sysdig_secure_macro_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ resource "sysdig_secure_macro" "sample2" {
`
}

func macroWithMacroPart1(name1, name2 string) string {
func macroWithMacroPart1(name1 string) string {
return fmt.Sprintf(`
resource "sysdig_secure_macro" "sample3" {
name = "terraform_test_%s"
Expand Down

0 comments on commit 576b4ed

Please sign in to comment.