Skip to content

Update iframe to VideoEmbed #866

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/cloud-docs/recommended-practices/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HashiCorp specializes in helping IT organizations adopt cloud technologies. Base

The collaborative infrastructure as code workflow is built on many other IT best practices (like using version control and preventing manual changes), and you must adopt these foundations before you can fully adopt our recommended workflow. Achieving state-of-the-art provisioning practices is a journey, with several distinct stops along the way.

<iframe src="https://www.youtube.com/embed/FWpCQar9dYg" frameBorder={0} allowFullScreen width={560} height={315} />
<VideoEmbed url="https://www.youtube.com/embed/FWpCQar9dYg"/>

This guide describes our recommended Terraform practices and how to adopt them. It covers the steps to start using our tools, with special attention to the foundational practices they rely on.

Expand Down