Skip to content

Commit fec9fc6

Browse files
authored
Update README.md
1 parent 12acb40 commit fec9fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ So I created a few [config utilities](acctest/config.go) to assist with this.
260260
```go
261261
fieldMap := map[string]interface{}{
262262
"address": "http://example.com",
263-
"token": acctest.Literal(`file("/location/on/disk/token")`),
263+
"token": acctest.ConfigLiteral(`file("/location/on/disk/token")`),
264264
"number_of_fish_in_the_sea": 3500000000000,
265265
}
266266
confHCL := acctest.CompileProviderConfig("my_provider", fieldMap)

0 commit comments

Comments
 (0)