diff --git a/modules/aws/DNS-Resolver-Endpoint/versions.tf b/modules/aws/DNS-Resolver-Endpoint/versions.tf new file mode 100644 index 0000000..8657578 --- /dev/null +++ b/modules/aws/DNS-Resolver-Endpoint/versions.tf @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------------------------- +# +# Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com). All Rights Reserved. +# +# This software is the property of WSO2 LLC. and its suppliers, if any. +# Dissemination of any information or reproduction of any material contained +# herein in any form is strictly forbidden, unless permitted by WSO2 expressly. +# You may not alter or remove any copyright or other notice from copies of this content. +# +# -------------------------------------------------------------------------------------- + +terraform { + required_version = ">= 1.3.8" + required_providers { + aws = { + source = "hashicorp/aws" + version = "~> 5.0" + } + } +} diff --git a/modules/aws/DNS-Resolver-Rule/versions.tf b/modules/aws/DNS-Resolver-Rule/versions.tf new file mode 100644 index 0000000..8657578 --- /dev/null +++ b/modules/aws/DNS-Resolver-Rule/versions.tf @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------------------------- +# +# Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com). All Rights Reserved. +# +# This software is the property of WSO2 LLC. and its suppliers, if any. +# Dissemination of any information or reproduction of any material contained +# herein in any form is strictly forbidden, unless permitted by WSO2 expressly. +# You may not alter or remove any copyright or other notice from copies of this content. +# +# -------------------------------------------------------------------------------------- + +terraform { + required_version = ">= 1.3.8" + required_providers { + aws = { + source = "hashicorp/aws" + version = "~> 5.0" + } + } +}