From 55ac2af7839891c26c5e590e22ffaf0bbf356e4f Mon Sep 17 00:00:00 2001 From: James Humphries Date: Wed, 4 Sep 2024 10:25:44 +0100 Subject: [PATCH] Replace 'Provision Instructions' in module instructions Signed-off-by: James Humphries --- .../Module/components/ProvisionInstructionsSidebarBlock.tsx | 2 +- .../components/ProvisionInstructionsSidebarBlock.tsx | 2 +- .../components/ProvisionInstructionsSidebarBlock.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/Module/components/ProvisionInstructionsSidebarBlock.tsx b/frontend/src/routes/Module/components/ProvisionInstructionsSidebarBlock.tsx index 31791726..bd4b3478 100644 --- a/frontend/src/routes/Module/components/ProvisionInstructionsSidebarBlock.tsx +++ b/frontend/src/routes/Module/components/ProvisionInstructionsSidebarBlock.tsx @@ -8,7 +8,7 @@ import { useModuleParams } from "../hooks/useModuleParams"; function Block({ children }: { children: ReactNode }) { return ( - + Copy this code into your OpenTofu configuration and add any variables necessary, then run{" "} diff --git a/frontend/src/routes/ModuleExample/components/ProvisionInstructionsSidebarBlock.tsx b/frontend/src/routes/ModuleExample/components/ProvisionInstructionsSidebarBlock.tsx index 1d63864c..40e1ee35 100644 --- a/frontend/src/routes/ModuleExample/components/ProvisionInstructionsSidebarBlock.tsx +++ b/frontend/src/routes/ModuleExample/components/ProvisionInstructionsSidebarBlock.tsx @@ -8,7 +8,7 @@ import { useModuleExampleParams } from "../hooks/useModuleExampleParams"; function Block({ children }: { children: ReactNode }) { return ( - + Copy this code info your OpenTofu configuration and add any variables necessary, then run{" "} diff --git a/frontend/src/routes/ModuleSubmodule/components/ProvisionInstructionsSidebarBlock.tsx b/frontend/src/routes/ModuleSubmodule/components/ProvisionInstructionsSidebarBlock.tsx index a5ea2052..6f94206f 100644 --- a/frontend/src/routes/ModuleSubmodule/components/ProvisionInstructionsSidebarBlock.tsx +++ b/frontend/src/routes/ModuleSubmodule/components/ProvisionInstructionsSidebarBlock.tsx @@ -8,7 +8,7 @@ import { useModuleSubmoduleParams } from "../hooks/useModuleSubmoduleParams"; function Block({ children }: { children: ReactNode }) { return ( - + Copy this code info your OpenTofu configuration and add any variables necessary, then run{" "}