Loading...
avatar
Articles
109
Tags
32
Categories
57
Home
Archives
Tags
Categories
Project
About
Chris Wen's Blogterraform Back to Home
Search
Home
Archives
Tags
Categories
Project
About

terraform

Created2025-08-24|Updated2026-04-27|iacterraform
|Word Count:2|Reading Time:1mins

Terraform

Documentation

terraform

Tofu

Documentation

tofu

Author: Chris Wen
Link: https://wenyupeng.github.io/2025/08/24/iac/01-iac-terraform/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
iac
cover of previous post
Previous
interview question of Java Backend
Interview QuestionsCore Java (OOPs, Collections, Concurrency Basics)Explain difference between HashMap, HashTable, and ConcurrentHashMap. Feature HashMap Hashtable ConcurrentHashMap Thread Safety Not thread-safe Thread-safe (synchronized methods) Thread-safe (lock segmentation / fine-grained locking) Null Keys/Values Allows one null key and multiple null values Does not allow any null keys/values Does not allow null keys/values Performance Faster (no synchronization overhead) Slowe...
cover of next post
Next
interview question of anthrapic
Question 1: Concurrent Web Crawler ImplementationDesign and implement a multi-threaded web crawler that efficiently crawls a specific domain and counts unique URLs Requirements: Handle circular references and invalid URLs implement rate limiting and exponential back off Process robots.txt compliance Support different URL schemes and redirects Optimize for memory usage with large datasets Overview12345678910111213141516171819[Seed URLs] | [Frontier in-memory queue] <--- [Persistent ov...
avatar
Chris Wen
Dwell not on the past, nor fear the future.
Articles
109
Tags
32
Categories
57
Announcement
Maintain the motivation to learn and stay humble when facing every problem.
Contents
  1. 1. Terraform
    1. 1.1. Documentation
  2. 2. Tofu
    1. 2.1. Documentation
Recent Posts
Box-Cox and Yeo-Johnson Transformations
Box-Cox and Yeo-Johnson Transformations2025-11-14
Feature Selection
Feature Selection2025-11-14
GDPR
GDPR2025-11-13
Dimensionality Reduction and PCA
Dimensionality Reduction and PCA2025-11-12
Data Matching
Data Matching2025-11-12
©2025 - 2026 By Chris Wen
Live each day with purpose.
Search
Loading Database