Skip to content

Commit 70f065e

Browse files
chore: Made links absolute so they won't be broken on terraform.io (#82)
1 parent 5612b31 commit 70f065e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
This module handles the generation of metadata for [deploying containers on GCE instances](https://cloud.google.com/compute/docs/containers/deploying-containers).
44

5-
This module itself does not launch an instance or managed instance group. It simply generates the necessary metadata to create an instance or MIG yourself. Examples of using this module can be found in the [examples/](examples) directory.
5+
This module itself does not launch an instance or managed instance group. It
6+
generates the necessary metadata to create an instance or MIG yourself.
7+
Examples of using this module can be found in the
8+
[examples/](https://github.com/terraform-google-modules/terraform-google-container-vm/tree/master/examples)
9+
directory.
610

711
## Compatibility
812
This module is meant for use with Terraform 0.13+ and tested using Terraform 1.0+. If you find incompatibilities using Terraform >=0.13, please open an issue.
@@ -488,7 +492,9 @@ The linters are as follows:
488492
* Trailing whitespaces
489493

490494
## Known limitations
491-
Managed instance group [example](examples/managed_instance_group/main.tf) is not migrated to Terraform 0.12
495+
Managed instance group
496+
[example](https://github.com/terraform-google-modules/terraform-google-container-vm/tree/master/examples/managed_instance_group/main.tf)
497+
is not migrated to Terraform 0.12.
492498
This is tracked as issue [`#28`](https://github.com/terraform-google-modules/terraform-google-container-vm/issues/28)
493499
Linters and integrations tests skip this example and associated tests for now.
494500

0 commit comments

Comments
 (0)