DevOps Classroom notes 18/Apr/2026

Create a similar network in Azure

  • Resource creation order

    • Resource group
    • Virtual network
    • subnet
  • Refer Here for changes
  • Exercise: Ensure you create two types of subnets

    • public
    • private

output section in terrform

Exercise:

  • While defining a variable we can make it optional by giving default value
variable "xyz" {
    type = string
    default = "hello"

}
  • my problem is if age is not passed i want to 21 as default age
variable "xyz" {
    type = object({
      name = string
      age = number
    })


}

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

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

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

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

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube