Skip to content

Commit ad9424d

Browse files
authored
Update domain module version to 0.3.0
1 parent 4ab8539 commit ad9424d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/api-gateway-domains-and-certs/modules/certificate-and-domain

modules/api-gateway-domains-and-certs/modules/certificate-and-domain/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ locals {
55

66
module "domain" {
77
source = "sil-org/api-gateway-custom-domain/aws"
8-
version = "~> 0.2.0"
8+
version = "~> 0.3.0"
99
depends_on = [aws_acm_certificate_validation.this]
1010

1111
api_name = var.api_name

0 commit comments

Comments
 (0)