Skip to content

Instantly share code, notes, and snippets.

View naveedausaf's full-sized avatar

naveedausaf naveedausaf

View GitHub Profile
@fdelu
fdelu / managed_certificate.md
Created November 13, 2023 00:59
Managed certificate creation with terraform - Azure Container Apps

variables.tf

variable "env" {
  description = "Environment"
  default     = "dev"
}

variable "app_name" {
  description = "Application name"