Skip to content
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

feat: add blog post - Integrating Atlantis with Opentofu #4673

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions runatlantis.io/.vitepress/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@ const en = [
link: "/blog",
collapsed: false,
items: [
{
text: "2024",
collapsed: true,
items: [
{
text: "Integrating Atlantis with OpenTofu",
link: "/blog/2024/integrating-atlantis-with-opentofu"
},
]
},
{
text: "2019",
collapsed: true,
Expand Down
3 changes: 2 additions & 1 deletion runatlantis.io/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ We are thrilled to have you here! Our blog is a collection of insightful article

### Explore Our Popular Posts

We have a rich history of blog posts dating back to 2017-2019. Here are some of our popular posts:
chenrui333 marked this conversation as resolved.
Show resolved Hide resolved
We have a rich history of blog posts dating back to 2017-2024. Here are some of our popular posts:

- [Integrating Atlantis with OpenTofu](/blog/2024/integrating-atlantis-with-opentofu)
- [4 Reasons To Try HashiCorp's (New) Free Terraform Remote State Storage](/blog/2019/4-reasons-to-try-hashicorps-new-free-terraform-remote-state-storage)
- [I'm Joining HashiCorp!](/blog/2018/joining-hashicorp)
- [Putting The Dev Into DevOps: Why Your Developers Should Write Terraform Too](/blog/2018/putting-the-dev-into-devops-why-your-developers-should-write-terraform-too)
Expand Down