### Exception
### Expected Behavior
I wrote some Terraform configs for deploying an AWS Step Function, and it appears the plugin isn't recognizing the `logging_configuration` block:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sfn_state_machine#logging
### Actual Behavior
![image](https://user-images.githubusercontent.com/4735/117005777-444abb00-acad-11eb-8213-9a4b1bb69952.png)
### Steps to Reproduce
Prerequisites
Installation details
[x] IDE version (
Help->About->Copy to Clipboard
)IDE Version
IntelliJ IDEA 2021.1 (Ultimate Edition) Build #IU-211.6693.111, built on April 6, 2021 Licensed to Zendesk / Nick Klauer Subscription is active until May 5, 2021. Runtime version: 11.0.10+9-b1341.35 x86_64 VM: Dynamic Code Evolution 64-Bit Server VM by JetBrains s.r.o. macOS 10.15.7 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 12 Registry: ide.balloon.shadow.size=0 Non-Bundled Plugins: IdeaVIM (0.66), Key Promoter X (2021.1.1), color.scheme.Cobalt 2 (1.0), com.arcticicestudio.nord.jetbrains (0.13.0), com.intellij.plugins.watcher (211.6693.44), com.jetbrains.plugins.ini4idea (211.6693.44), com.thvardhan.gradianto (4.4), com.tylerthrailkill.intellij.solarized (3.0.0), io.snyk.snyk-intellij-plugin (2.1.3), org.intellij.plugins.hcl (0.7.10), org.jetbrains.plugins.go-template (211.6693.44), mobi.hsz.idea.gitignore (4.1.0), name.kropp.intellij.makefile (211.6693.108), AWSCloudFormation (211.6693.108), org.mayevskiy.intellij.sonar (2.9.9), org.toml.lang (0.2.146.3826-211), ro.florinpatan.gopher (2020.3), com.intellij.kubernetes (211.6693.108), com.dubreuia (2.2.0), com.chrisrm.idea.MaterialThemeUI (6.4.0.3), org.jetbrains.plugins.ruby (211.6693.111), Pythonid (211.6693.115), com.leinardi.pycharm.mypy (0.11.2), com.leinardi.pycharm.pylint (0.12.2), org.tonybaloney.security.pycharm-security (1.24.0), sourcery.pycharm-plugin (0.9.0), ru.meanmail.plugin.pyannotations (2020.1-211), ru.meanmail.plugin.requirements (2021.4-211), org.jetbrains.plugins.go (211.6693.111), aws.toolkit (1.26-211), com.ypwang.plugin.go-linter (1.5.0), ru.adelf.idea.dotenv (2021.1), org.rust.lang (0.3.146.3826-211) Kotlin: 211-1.4.32-release-IJ6693.72[x] intellij-hcl plugin version (
Settings->Plugins
)0.7.10
[x] Terraform version (
terraform -v
)0.15.1
Terraform Configuration Files
logging_configuration { level = "ALL" log_destination = "${aws_cloudwatch_log_group.poc-logs.arn}:*" include_execution_data = true }
}