-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
70 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"Description": "main body\n\n## Some other section\n\nother body\n\n## REPLACEMENT TEXT\n\nThis should be interpolated in.", | ||
"Arguments": {}, | ||
"Attributes": {}, | ||
"Import": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
page_title: "test_replace_examples Resource - terraform-provider-test" | ||
description: |- | ||
Validate that we can replace examples correctly. | ||
--- | ||
|
||
# test_replace_examples (Resource) | ||
|
||
main body | ||
|
||
## Example Usage | ||
|
||
Should be skipped | ||
|
||
```terraform | ||
## Minimal | ||
resource "snowflake_database" "primary" { | ||
name = "database_name" | ||
} | ||
``` | ||
|
||
## Some other section | ||
|
||
other body | ||
|
||
## Example Usage - also replaced |