File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ # This file is used to test syntax highlighting on all *.hcl files
2+
3+ terraform {
4+ source = " git::git@github.com:terraform-aws-modules/terraform-aws-acm.git?ref=v2.5.0"
5+ }
6+
7+ include {
8+ path = find_in_parent_folders ()
9+ }
10+
11+ # ##########################################################
12+ # View all available inputs for this module:
13+ # https://registry.terraform.io/modules/terraform-aws-modules/acm/aws/2.5.0?tab=inputs
14+ # ##########################################################
15+ inputs = {
16+
17+ domain_name = " acme-prod.com"
18+
19+ validate_certificate = false # validated manually is separate AWS account
20+
21+ }
Original file line number Diff line number Diff line change 6161" Terragrunt"
6262],
6363"extensions" : [
64- " terragrunt .hcl"
64+ " .hcl"
6565],
6666"configuration" : " ./language-configuration.json"
6767},
You can’t perform that action at this time.
0 commit comments