Loading...
avatar
Articles
48
Tags
20
Categories
39
Home
Archives
Tags
Categories
Project
About
Chris Wen's Blogterraform Back to Home
Search
Home
Archives
Tags
Categories
Project
About

terraform

Created2025-08-24|Updated2025-10-28|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 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...
cover of next post
Next
Docker Compose Install Postgres
Installing Postgres using Docker Compose1234567891011121314151617version: "3.9"services: postgres: image: postgres:13.22-trixie container_name: postgres_13 restart: always environment: POSTGRES_USER: root POSTGRES_PASSWORD: root POSTGRES_DB: mydb ports: - "5432:5432" volumes: - ./data:/var/lib/postgresql/data healthcheck: test: ["CMD-SHELL", "pg_isready -U root"]
avatar
Chris Wen
Dwell not on the past, nor fear the future.
Articles
48
Tags
20
Categories
39
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
Leetcode - 205. Isomorphic Strings
Leetcode - 205. Isomorphic Strings2025-10-06
Leetcode - 392. Is Subsequence
Leetcode - 392. Is Subsequence2025-10-06
interview question of Java Backend
interview question of Java Backend2025-08-24
terraform
terraform2025-08-24
interview question of anthrapic
interview question of anthrapic2025-08-24
©2025 By Chris Wen
Live each day with purpose.
Search
Loading Database