Digital Nomads Digital Nomads

Blog — page 11

Pulumi: Configuration & Secrets

Pulumi: Configuration & Secrets

Table of Contents * Overview * Configuration Management * Managing Secrets * Best Practices * Troubleshooting * Example: YAML Stack File * Security Recommendations * Conclusion Pulumi: Configuration & Secrets — Overview What Is

Lauren Garcia • • 9 min read
Pulumi: Stacks

Pulumi: Stacks

Table of Contents * Overview * Core Components * Stack Operations * Stack Configuration * Stack Outputs * Stack References * Troubleshooting * Common Stack Commands Summary * Conclusion Pulumi Stacks Overview What Is

Lauren Garcia • • 8 min read
Pulumi: State Backend

Pulumi: State Backend

Table of Contents * Overview * Types of State Backends * Pulumi Cloud Backend * Self-Managed (DIY) Backend * Local Backend * Configuring a State Backend * State Files and Directory Structure

Lauren Garcia • • 17 min read
Pulumi: Providers

Pulumi: Providers

Table of Contents * Overview * Provider Architecture * Provider Types * Resource Model * Provider Lifecycle * Extending Pulumi with Custom Providers * Error Handling and State * Installation Methods * Conclusion Pulumi

Lauren Garcia • • 9 min read
Pulumi: Pulumi SDK

Pulumi: Pulumi SDK

Table of Contents * Overview * Core Components * Supported Languages and Providers * Project Structure * Core SDK Concepts * Pulumi Provider SDK (For Extending Pulumi) * Schema & SDK Generation

Lauren Garcia • • 11 min read
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