Skip to content

Commit

Permalink
Fix 'error checking file contents: example section code block languag…
Browse files Browse the repository at this point in the history
…e (hcl) should be: ```terraform'.
  • Loading branch information
ewbankkit committed Mar 26, 2021
1 parent 39e42ff commit 1059afc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Snapshots are the AWS implementation of [Flink Savepoints](https://ci.apache.org

## Example Usage

```hcl
```terraform
resource "aws_kinesisanalyticsv2_application_snapshot" "example" {
application_name = aws_kinesisanalyticsv2_application.example.name
snapshot_name = "example-snapshot"
Expand Down

0 comments on commit 1059afc

Please sign in to comment.