Skip to content

Instantly share code, notes, and snippets.

@davidvpe
Created February 5, 2022 17:35
Show Gist options
  • Save davidvpe/73874b9d239d69c652d3e3ffe9eba8c8 to your computer and use it in GitHub Desktop.
Save davidvpe/73874b9d239d69c652d3e3ffe9eba8c8 to your computer and use it in GitHub Desktop.
resource "aws_acm_certificate" "certificate" {
domain_name = "example.com"
validation_method = "DNS"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment