Skip to content

Commit

Permalink
Merge branch 'main' into testing-feature-blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Roma36 authored Nov 2, 2023
2 parents 634fe35 + 8b16b00 commit 06aca7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to Cloudflare Pages

on:
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]

workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We firmly believe that Terraform should remain open-source because it is a proje

<AccordionItem id="opentofu-terraform-differences" summary="What are the differences between OpenTofu and Terraform?" highlight>

There will be no differences between Terraform (versions prior to 1.5.x) and OpenTofu. As new versions are released, this will change.
There will be no differences between Terraform (1.5.x versions) and OpenTofu. As new versions are released, this will change.

</AccordionItem>

Expand Down Expand Up @@ -53,7 +53,7 @@ OpenTofu is suitable for production use cases without any exception.

<AccordionItem id="state-file" summary="Will OpenTofu work with my existing state file?">

OpenTofu will work with existing state files up to those created with a version prior to Terraform’s 1.5.x.
OpenTofu will work with existing state files up to those created with Terraform versions 1.5.x.

</AccordionItem>

Expand Down
2 changes: 2 additions & 0 deletions src/components/TextContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const classNames = [
"dark:prose-invert",
"lg:prose-lg",

"max-w-full",

"text-gray-900",
"dark:text-gray-100",

Expand Down

0 comments on commit 06aca7c

Please sign in to comment.