Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.mp4 filter=lfs diff=lfs merge=lfs -text
32 changes: 32 additions & 0 deletions products/terraform/docs/scm/how-to-guide/videos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
id: videos
title: Managing Strata Cloud Manager Infrastructure with Terraform
sidebar_label: Managing with Terraform
keywords:
- Terraform
- Provider
- SCM
- Infrastructure as Code
---

Managing your Strata Cloud Manager (SCM) environment with Terraform allows you to leverage Infrastructure as Code (IaC) for faster, more reliable, and scalable security operations. The following video tutorials provide both a high-level overview of the SCM Terraform provider and a practical, step-by-step guide to configuring your network security rules.

### Overview of the SCM Terraform Provider

Discover how transitioning from manual UI navigation to a code-driven workflow can streamline your network security operations. This overview covers the foundational setup—including authentication and initialization—and demonstrates core workflows like handling configuration drift, establishing a single source of truth, and rapidly replicating environments.

<video width="100%" height="auto" controls>
<source src="/scm-terraform-videos/Terraform Video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>

---

### Configuring Security Rules with Terraform

Follow along with a technical, end-to-end demonstration of deploying new security resources into an SCM environment. This walkthrough guides you through using the official documentation to define resources (such as tags, zones, and rules), running pre-deployment validations with `terraform plan`, and executing automated provisioning for a consistent security posture.

<video width="100%" height="auto" controls>
<source src="/scm-terraform-videos/6D- Terraform.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
2 changes: 1 addition & 1 deletion products/terraform/docs/scm/reference/reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: provider
id: reference
title: Terraform for Strata Cloud Manager
sidebar_label: Provider Reference
hide_title: true
Expand Down
10 changes: 8 additions & 2 deletions products/terraform/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,14 @@ module.exports = {
type: "category",
collapsed: true,
label: "Reference",
items: ["terraform/docs/scm/reference/provider"],
},
items: ["terraform/docs/scm/reference/reference"],
},
{
type: "category",
collapsed: true,
label: "How To Guides",
items: ["terraform/docs/scm/how-to-guide/videos"],
},
{
type: "category",
collapsed: true,
Expand Down
3 changes: 3 additions & 0 deletions static/scm-terraform-videos/6D- Terraform.mp4
Git LFS file not shown
3 changes: 3 additions & 0 deletions static/scm-terraform-videos/Terraform Video.mp4
Git LFS file not shown
Loading