-
-
Notifications
You must be signed in to change notification settings - Fork 997
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Reference OpenTofu Everywhere We Can (#3319)
* fix: Reference OpenTofu everywhere we can * fix: Cleaning up local docs server * fix: Fixing `Gemfile` so that it works without deprecated gems * fix: Addressing lint errors * fix: Fixing missed spot * fix: Updating copy for the tag line
- Loading branch information
Showing
33 changed files
with
374 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
FROM ruby:2.6.2-stretch | ||
FROM ruby:3.3-bookworm | ||
MAINTAINER Gruntwork <[email protected]> | ||
|
||
# This project requires bundler 2, but the docker image comes with bundler 1 so we need to upgrade | ||
RUN gem install bundler | ||
|
||
# Copy the Gemfile and Gemfile.lock into the image and run bundle install in a way that will be cached | ||
WORKDIR /tmp | ||
ADD Gemfile Gemfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,11 +21,9 @@ | |
title: Terragrunt | ||
url: "https://terragrunt.gruntwork.io" | ||
email: [email protected] | ||
name: "Terragrunt | Terraform wrapper" | ||
name: "Terragrunt | OpenTofu/Terraform wrapper" | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Terragrunt is a thin wrapper for Terraform that provides extra tools for | ||
keeping your Terraform configurations DRY, working with multiple Terraform | ||
modules, and managing remote state. | ||
Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale. | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
full_company_name: "Gruntwork, Inc" | ||
thumbnail_path: "/assets/img/terragrunt-thumbnail.png" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.