Skip to content

Commit

Permalink
tfsvars remove alert
Browse files Browse the repository at this point in the history
  • Loading branch information
psiddharthdesign committed Jul 29, 2024
1 parent 30ae131 commit 34d07c5
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use client'

import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
import { EnvVar } from "@/types/userTypes";
import { motion } from "framer-motion";
Expand Down Expand Up @@ -38,6 +39,12 @@ export default function TFVarsDetails({ tfvarsdata, onUpdate, onDelete, onBulkUp
onBulkUpdate={onBulkUpdate}
/>
</CardContent>
<Alert>
<AlertTitle>PROTIP</AlertTitle>
<AlertDescription>
If you want to use these env variables directly in your terraform variables prefix them with TF_VAR_xxx
</AlertDescription>
</Alert>
</Card>
</motion.div>
);
Expand Down

0 comments on commit 34d07c5

Please sign in to comment.