[x] Ensure you have latest version of plugin installed
[x] Search for possible issue duplicates
Installation details
[x] IDE version (Help->About->Copy to Clipboard)
[x] intellij-hcl plugin version (Settings->Plugins)
[x] Terraform version (terraform -v)
PhpStorm 2020.3.2 RC
Build #PS-203.7148.74, built on January 27, 2021
Licensed to Matthew Salazar
You have a perpetual fallback license for this version.
Subscription is active until December 15, 2021.
Runtime version: 11.0.9.1+11-b1145.77 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 11.2.1
GC: ParNew, ConcurrentMarkSweep
Memory: 1981M
Cores: 8
Registry: run.processes.with.pty=TRUE
Non-Bundled Plugins: com.arcticicestudio.nord.jetbrains, com.mallowigi, org.intellij.plugins.hcl, com.jetbrains.codeWithMe, name.kropp.intellij.makefile, de.espend.idea.laravel, ru.adelf.idea.dotenv
Hashicorp Terraform / HCL language support 0.7.10
Terraform v0.14.6
Exception
Unknown block type instance_refresh
This property was added in 0.3.22 of the AWS provider, back in December.
Prerequisites
Installation details
Help->About->Copy to Clipboard
)Settings->Plugins
)terraform -v
)Exception
This property was added in 0.3.22 of the AWS provider, back in December.
Release info here: https://github.com/hashicorp/terraform-provider-aws/blob/v3.22.0/CHANGELOG.md.
Documentation of instance_refresh here: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group#instance_refresh
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
aws_autoscaling_group
.instance_refresh
.terraform apply
and see it works as intended.