Skip to content

Commit

Permalink
bug: removeed variables from example
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav committed Aug 10, 2023
1 parent c49769c commit e42a17a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions _example/generate-certificate-dns/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ module "acm" {

name = "certificate"
environment = "test"
label_order = ["name", "environment"]

enable_aws_certificate = true
domain_name = "clouddrove.com"
subject_alternative_names = ["www.clouddrove.com"]
validation_method = "DNS"
Expand Down
2 changes: 0 additions & 2 deletions _example/generate-certificate-email/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ module "acm" {

name = "certificate"
environment = "test"
label_order = ["name", "environment"]

validate_certificate = false
domain_name = "clouddrove.com"
subject_alternative_names = ["www.clouddrove.com"]
validation_method = "EMAIL"
enable_aws_certificate = true
}
1 change: 0 additions & 1 deletion _example/import-certificate/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module "acm" {

name = "certificate"
environment = "test"
label_order = ["name", "environment"]

import_certificate = true
private_key = "./../../../clouddrove-private-key.pem"
Expand Down

0 comments on commit e42a17a

Please sign in to comment.