Skip to content

Can Çetin

Tech Blog

Kategori: Terraform

Counts in Terraform

- Ekim 4, 2023 - admin

Main.tf Output.tf how to print resources that is generated by counts What if we need to provision user list, first add lists to variables tf and variables.tf main.tf

Read More

Lookup on Terraform

- Eylül 15, 2023 | Eylül 15, 2023 - admin

Basic Syntax of the Lookup Function Based on the above syntax, the lookup function has three primary arguments. Map name: A map variable that contains the key-value pairs. Key: A key value …

Read More

Conditions on Terraform

- Eylül 15, 2023 | Eylül 15, 2023 - admin

Depend on conditions, we may need to use different parameters. Writing whole tf file with all possible conditions is not feasible and practical. TEST-1 I want to create ebs volume …

Read More

Variables

- Ağustos 8, 2023 | Ağustos 8, 2023 - admin

Terraform Variables

Read More

Providers AKA Data Sources at Terraform

- Haziran 26, 2023 | Haziran 26, 2023 - admin

There are some data sources that give some important information about underlying infrastructure like which region/zone we are working on aws. data keyword is used to depict data sources Get …

Read More

Secrets in Secrets Manager via Terraform

- Haziran 26, 2023 - admin

Store just 1 parameter Firstly, create secret manager path for our requirement, recovery_window_in_days parameters is 30 days by default but we use this exercise for test purposes, so we don’t …

Read More

Generate/Store/Retrieve Secrets via SSM Parameter Store and Terraform

- Haziran 25, 2023 - admin

We generate random password via terraform, then store it in aws ssm parameter store and retrieve it via data keyword. Add sensitive = true to prevent exposing of sensitive data

Read More

implicit/explicit dependency with Terraform

- Haziran 25, 2023 | Haziran 25, 2023 - admin

implicit dependency does not have any keyword but it can be noticed by giving reference to another elements depends_on keyword help us to activate explicit dependency

Read More

dynamic keyword Terraform

- Haziran 25, 2023 | Haziran 25, 2023 - admin

Boilerplate code is pain for anyone who try to refactor existing architecture, terraform provides dynamic block to remove repetitive code blocks.

Read More

Generate Password with Terraform

- Haziran 25, 2023 | Haziran 25, 2023 - admin
Read More

Yazı dolaşımı

Daha eski yazılar
Powered by WordPress Theme: BlogX by wpthemespace.com