We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab8539 commit ad9424dCopy full SHA for ad9424d
1 file changed
modules/api-gateway-domains-and-certs/modules/certificate-and-domain/main.tf
@@ -5,7 +5,7 @@ locals {
5
6
module "domain" {
7
source = "sil-org/api-gateway-custom-domain/aws"
8
- version = "~> 0.2.0"
+ version = "~> 0.3.0"
9
depends_on = [aws_acm_certificate_validation.this]
10
11
api_name = var.api_name
0 commit comments