Skip to content

Commit 442014e

Browse files
authored
Add note linking to AWS docs (#1247)
1 parent cb93313 commit 442014e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/resources/cluster.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,8 @@ resource "rancher2_cluster" "foo" {
462462

463463
### Creating EKS cluster from Rancher v2, using `eks_config_v2` and launch template. For Rancher v2.5.6 and above.
464464

465+
Note: To use `launch_template` you must provide the ID (seen as `<EC2_LAUNCH_TEMPLATE_ID>`) to the template either as a static value. Or fetched via AWS data-source using one of: [aws_ami](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami.html), [aws_ami_ids](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami_ids), or similar data-sources. You can also create a custom [`launch_template`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template) first and provide the ID to that.
466+
465467
```hcl
466468
resource "rancher2_cloud_credential" "foo" {
467469
name = "foo"
@@ -520,7 +522,7 @@ resource "rancher2_cluster" "foo" {
520522

521523
### Creating GKE cluster from Rancher v2, using `gke_config_v2`. For Rancher v2.5.8 and above.
522524

523-
**Note:** At the moment, routed-based GKE clusters are not supported due to [rancher/issues/32585]](https://github.com/rancher/rancher/issues/32585)
525+
**Note:** At the moment, routed-based GKE clusters are not supported due to [rancher/issues/32585](https://github.com/rancher/rancher/issues/32585)
524526

525527
```hcl
526528
resource "rancher2_cloud_credential" "foo-google" {

0 commit comments

Comments
 (0)