Open haidaraM opened 3 years ago
PyCharm 2021.2.1 (Professional Edition)
0.7.13
terraform -v
provider "aws" { region = var.region } provider "aws" { alias = "shabiz" region = var.region } resource "aws_sns_topic" "test" { provider = aws.shabiz name = "test" }
Running Find Usages on the AWS provider shabiz should list all of the resources/data sources and modules that use this provider.
Find Usages
shabiz
No usages found.
Installation details
PyCharm 2021.2.1 (Professional Edition)
0.7.13
terraform -v
): 1.0.0Terraform Configuration Files
Expected Behavior
Running
Find Usages
on the AWS providershabiz
should list all of the resources/data sources and modules that use this provider.Actual Behavior
No usages found.
Steps to Reproduce
Find Usages
on the aliased providershabiz