Skip to content

Commit

Permalink
docs(anthos-attached-clusters): update example for release (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Oct 3, 2024
1 parent 53f4ffe commit ede42bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sample module to install [Google Cloud Service Mesh](https://cloud.google.com/pr

```
module "install-mesh" {
source = "github.com/GoogleCloudPlatform/anthos-samples.git//anthos-attached-clusters/modules/attached-install-mesh?ref=3bde26802919539d27ae9295a8b936d7aa827eb3" #TODO: Use ref= release tag e.g. v0.15.4
source = "github.com/GoogleCloudPlatform/anthos-samples.git//anthos-attached-clusters/modules/attached-install-mesh?ref=anthos-attached-clusters-v0.1.0"
kubeconfig = "PATH TO CLUSTER CONTEXT FILE"
context = "CLUSTER CONTEXT"
Expand Down

0 comments on commit ede42bd

Please sign in to comment.