We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d1f81 commit 3df0416Copy full SHA for 3df0416
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2019 terraform-module-blueprint
+Copyright (c) 2019 terraform-aws-proxy-sqlserver
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
README.md
@@ -1,6 +1,8 @@
-# Module Blueprint
+# terraform-aws-proxy-sqlserver
-Terraform module blueprint
+Terraform AWS SQL Proxy server
+
+[Module Resistry](https://registry.terraform.io/modules/terraform-module/proxy-sqlserver)
7
## Usage example
8
templates/index.html
@@ -6,7 +6,7 @@
</head>
<body>
9
- <p>This is 'express-proxy' proxy</p>
+ <p>This is ${name} proxy</p>
10
</body>
11
12
</html>
0 commit comments