Mantra Networking Mantra Networking

Blog — page 11

Pulumi: Pulumi CLI

Pulumi: Pulumi CLI

Table of Contents * Overview * Common Pulumi CLI Commands * Additional Useful CLI Commands * Sample Pulumi Program (TypeScript & Python) * Getting Started Workflow * Conclusion Pulumi CLI Overview

Lauren Garcia • • 6 min read
Pulumi: Deep Dive

Pulumi: Deep Dive

Table of Contents * Overview * Core Components * Prerequisites * Configuration * Validation * Troubleshooting * Conclusion Pulumi: Overview, Importance, and How It Works What Is Pulumi? Pulumi is an open-source

Lauren Garcia • • 9 min read
Terraform: Backend

Terraform: Backend

Table of Contents * Overview * Backend Configuration * Example: S3 Backend Block * Example: Remote Backend (Terraform Cloud) * Backend Configuration Files * Credentials * State Management Recommendations * Commands and Workflow

Lauren Garcia • • 13 min read
Terraform: Outputs

Terraform: Outputs

Table of Contents * Overview * Purpose * Location & Best Practices * Output Declaration Example * Sample Output as Rendered * Accessing Output Values * Example: Output Usage in Module Composition

Lauren Garcia • • 9 min read
Terraform: Variables

Terraform: Variables

Table of Contents * Overview * Declaring Variables * Variable Attributes and Options * Variable Types * Supplying Variable Values * Accessing Variable Values * Best Practices * Conclusion Terraform Variables: Overview What

Lauren Garcia • • 8 min read
Terraform: State File

Terraform: State File

Table of Contents * Overview * What is the Terraform State File? * Format * Best Practices for State File Management * Inspection and Manipulation * Migrating State * Importing External Resources

Lauren Garcia • • 10 min read
Terraform: Modules

Terraform: Modules

Table of Contents * Overview * Attribute Access Examples * Module Structure and Conventions * Calling and Composing Modules * Common Module Patterns * Initializing and Applying Modules * Module Example: Usage

Lauren Garcia • • 9 min read
Terraform: Data Sources

Terraform: Data Sources

Table of Contents * Overview * Syntax and Usage * Accessing Data Source Attributes * Common Data Source Use Cases * Provider-Specific Data Sources * Data Source Arguments * Data Resource Behavior

Lauren Garcia • • 13 min read
Terraform: Resources

Terraform: Resources

Table of Contents * Overview * Commonly Used Terraform Resources * Essential Terraform Meta-Arguments * Resource Naming Conventions * Versioning and Providers * Data Sources vs. Resources * Example: Minimal AWS EC2

Lauren Garcia • • 11 min read
Terraform: Providers

Terraform: Providers

Table of Contents * Overview * What is a Terraform Provider? * Common Provider Types * Installing Providers * Managing Multiple Providers * Key Provider Concepts * Useful Commands * Troubleshooting Provider Issues

Lauren Garcia • • 11 min read
Terraform: Deep Dive

Terraform: Deep Dive

Table of Contents * Overview * Core Components * Prerequisites * Configuration * Validation * Troubleshooting * Conclusion Terraform Deep Dive: Overview, Importance, and How It Works What Is Terraform? Terraform is

Lauren Garcia • • 8 min read
Ansible: Roles

Ansible: Roles

Table of Contents * Overview * What are Ansible Roles? * Standard Directory Structure * Creating a Role with Ansible Galaxy * Documenting Roles * Using Roles in a Playbook * Role

Lauren Garcia • • 9 min read