Skip to content

Commit 1b88f3b

Browse files
authored
fix(docs): Fix example in share docs (IBM-Cloud#6534)
1 parent 0f26b8f commit 1b88f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/is_share.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ resource "ibm_is_share" "example-4" {
129129
bandwidth = 210
130130
name = "my-share"
131131
size = 200
132-
profile = " profile = "rfs"
132+
profile = "rfs"
133133
}
134134
135135
## Argument Reference

0 commit comments

Comments
 (0)