--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/42fd5d3b-68c3-4487-b249-4a09f0f2fee3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Can you describe a situation in which you'd need to edit your instance's configuration outside of Terraform because the tool doesn't let you do what you need?
Here's my use case scenario:--I try to use terraform to handle all my infrastructure but sometimes I need to make modifications manually (bypassing terraform) to try some specific things. However, after making these manual changes and trying to apply or plan some other stuff through terraform, it just wants to override my previous manual configurations because it wasn't documented using the tool (which makes sense).The first thing that came into my mind upon this situation was to try look for a flag in the apply / plan commands to ignore some specific resources (either by type or name) but unfortunately I couldn't any. What I ended up doing was manually modifying my terraform files with temporary stuff so it doesn't override what I manually changed.I thought about implementing an -ignore flag to the plan / apply but I wanted to hear your opinion first about it. Maybe there's something I'm doing wrong and my situation can be improved by doing something else.Thoughts?Marcos.
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/42fd5d3b-68c3-4487-b249-4a09f0f2fee3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Thanks.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/42fd5d3b-68c3-4487-b249-4a09f0f2fee3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/23f4c847-0270-4310-979b-01a4abc4ac2c%40googlegroups.com.