<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Owen Rumney</title>
    <description>The latest articles on DEV Community by Owen Rumney (@owenrumney).</description>
    <link>https://dev.to/owenrumney</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F188762%2Fe648b31c-464b-417c-8dc9-c0e62075b596.png</url>
      <title>DEV Community: Owen Rumney</title>
      <link>https://dev.to/owenrumney</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/owenrumney"/>
    <language>en</language>
    <item>
      <title>Terraform Navigator: Because finding the one resource is hard</title>
      <dc:creator>Owen Rumney</dc:creator>
      <pubDate>Mon, 13 Oct 2025 16:51:36 +0000</pubDate>
      <link>https://dev.to/owenrumney/i-built-a-terraform-navigator-because-i-was-sick-of-looking-for-resources-16kj</link>
      <guid>https://dev.to/owenrumney/i-built-a-terraform-navigator-because-i-was-sick-of-looking-for-resources-16kj</guid>
      <description>&lt;p&gt;If you’ve ever worked on a large Terraform codebase, you’ll know this feeling, you need to edit a security group, but it’s buried somewhere in a 5,000-line, multi-file mess. You end up grepping, scrolling, guessing, or giving up.&lt;/p&gt;

&lt;p&gt;So I built Terraform Navigator, a VSCode extension that makes this pain go away.&lt;/p&gt;

&lt;h2&gt;
  
  
  🎥 Quick Demo
&lt;/h2&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/WveaWBbLl6A"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 What it does
&lt;/h2&gt;

&lt;p&gt;The Terraform Navigator extension adds a treeview to VSCode that can either show the resources by file or by resource type... no more hunting for &lt;code&gt;aws_security_group&lt;/code&gt; when you can just show them all in the treeview.&lt;/p&gt;

&lt;p&gt;You can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Quickly locate resources&lt;/li&gt;
&lt;li&gt;Show all the resources in a specific file&lt;/li&gt;
&lt;li&gt;With the tweak of a setting, you can include modules from &lt;code&gt;.terraform&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🧩 Why I built it
&lt;/h2&gt;

&lt;p&gt;I was looking for a resource in a large inherited Terraform project and while &lt;code&gt;Find&lt;/code&gt; works perfectly well, it made me think there might just be a better way.&lt;/p&gt;

&lt;p&gt;The tool doesn't try and fix your Terraform layout, it just helps you navigate it.&lt;/p&gt;

&lt;h2&gt;
  
  
  🧰 Give it a try
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="//github.com/owenrumney/tf-nav"&gt;GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="//marketplace.visualstudio.com/items?itemName=owenrumney.tf-nav"&gt;VSCode Marketplace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="//open-vsx.org/extension/owenrumney/tf-nav"&gt;OpenVSX&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>vscode</category>
      <category>terraform</category>
    </item>
  </channel>
</rss>
