DevOps Classroom notes 31/May/2025

Terraform functions

Terraform meta argument count

  • Refer Here for count which helps in creating multiple resources.
  • Refer Here for the changes done to create multiple resources based on variables passed using count function

Terraform expressions

Terraform conditional creation of resources

  • We can use count to do this
resource 'xxxxx' 'yy' {
    count  = 0
}

Terraform locals

Terraform outputs

Terraform block

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%