terraform-aws-acm icon indicating copy to clipboard operation
terraform-aws-acm copied to clipboard

Terraform module to create AWS ACM resources πŸ‡ΊπŸ‡¦

Results 9 terraform-aws-acm issues
Sort by recently updated
recently updated
newest added

## Description The proposed changes will allow both cross-account and single account ACM creation with DNS validation. ## Motivation and Context I needed to create my ACM certificates in account...

## Is your request related to a new offering from AWS? - Yes βœ…: please list the AWS provider version which introduced this functionality ## Is your request related to...

## Description This is a proposed change to keep backwards compatibility while providing functionality to allow subject alternative names to optionally include a different Route53 Zone ID (if not provided...

## Is your request related to a problem? Please describe. When set `wait_for_validation = true`, after the first apply run, the `output.acm_certificate_status` returns `PENDING_VALIDATION`, not `ISSUED`. I have to apply...

stale

This is a follow up of https://github.com/terraform-aws-modules/terraform-aws-acm/pull/137 Credits to @amontalban for the work, I made requested changes and tested the feature. ## Description This PR allows creating one ACM certificate...

## Description Hi, I am experiencing a cycle error as reported in three other issues (https://github.com/terraform-aws-modules/terraform-aws-acm/issues/138, https://github.com/terraform-aws-modules/terraform-aws-acm/issues/131, https://github.com/terraform-aws-modules/terraform-aws-acm/issues/121) but all conversations have been locked and closed without resolution. What has...

## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - Yes βœ…: please list the...

## Description This PR adds another example for multi-provider configuration when calling this module with `for_each`. I commented the example because pre-commit broke due to this needing to be implemented...

## Description It appears terraform-aws-modules/acm module incorrectly calls the AWS `ImportCertificate` API instead of `RequestCertificate` when using AWS Provider `v6.0.0`, resulting in validation errors for DNS-validated certificates. - [x] βœ‹...

upstream blocker