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{" "}