-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Error: Invalid index" in module "security_group_splunk" v3.3.0 #152
Comments
I think I'm running into something similar except I'm not using splunk. Instead my module source is:
With the above definition .... works fine if It doesn't work if set to anything larger. The error message is simliar to what the OP reported:
|
I am running into this as well
running terraform 1.0.4 |
This issue has been automatically marked as stale because it has been open 30 days |
This issue was automatically closed because of stale in 10 days |
I was also stuck usage issue of security group module while creating security group based on source from other security group basic idea is to pass matching/required rule name from rule.tf here is example like enabling ssh traffic from public security group to private network instances by creating/applying new public-to-private-security group module "public_to_priavte_ssh" { |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
"Error: Invalid index" in module "security_group_splunk" v3.3.0
started occurring in v3.2.0 (doesn't occur in v3.1.0), using terraform v0.12 cli
Reproducible Steps
terraform plan
on the file below reports the following errors:main.tf
The text was updated successfully, but these errors were encountered: