# Analysis results: Snyk IaC configuration

Snyk IaC configuration analysis shows issues in your Terraform, Kubernetes, AWS CloudFormation, and Azure Resource Manager (ARM) code with every scan. Based on the Snyk CLI, the scan is fast and friendly for local development. The scan runs in the background and is enabled by default.

## Snyk IaC configuration issues window

The configuration issues window shows information about issues. By clicking on an issue, you can learn more about it:

<figure><img src="/files/wUZMQIGaTm3t858PLUe3" alt="Snyk IaC configuration issues window"><figcaption><p>Snyk IaC configuration issues window</p></figcaption></figure>

The following information is shown:

* Issue description
* Issue impact
* Issue path
* Remediation details
* Links to references

In the **Problems** tab of the Visual Studio Code configuration issues screen, you can see all configuration issues found in your Project.

<figure><img src="/files/E0t0wcvwSwnSBW9QWwYi" alt="Problems tab" width="563"><figcaption><p>Problems tab</p></figcaption></figure>

## Snyk IaC configuration editor window

The issues are visible within the editor, with the detailed information available on hover.

<figure><img src="/files/mylc6IvLn2wzXDcFiyyh" alt="Snyk IaC configuration issue" width="563"><figcaption><p>Snyk IaC configuration issue</p></figcaption></figure>

Choose **Quick Fix** to open the details panel for an issue using Code Action.

<figure><img src="/files/2UbN3mNSh0dFMqNpvwDx" alt="Quick Fix" width="563"><figcaption><p>Quick Fix</p></figcaption></figure>

The details panel shows the issue name with the **Description**, **Impact** statement, **Path** by which the issue was introduced, and suggested **Remediation**.

<figure><img src="/files/NXOLG5ssaihT0dfSYvfk" alt="Details panel for a Snyk IaC configuration issue" width="375"><figcaption><p>Details panel for a Snyk IaC configuration issue</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.snyk.io/developer-tools/snyk-ide-plugins-and-extensions/visual-studio-code-extension/view-analysis-results-from-visual-studio-code-extension/analysis-results-snyk-iac-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
