Skip to content

Commit

Permalink
chore: update readme - trigger version bump (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
fidiego authored Nov 22, 2024
1 parent d895917 commit 169ef0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Turnkey AWS EKS sandbox for Nuon apps.

## Usage

This module can be used via the [aws-eks](github.com/nuonco/sandboxes/aws-eks) project in [nuonco/sandboxes](github.com/nuonco/sandboxes).
This module can be used via the [aws-eks](github.com/nuonco/sandboxes/aws-eks)
project in [nuonco/sandboxes](github.com/nuonco/sandboxes).

```hcl
resource "nuon_app" "my_eks_app" {
Expand All @@ -13,7 +14,7 @@ resource "nuon_app" "my_eks_app" {
resource "nuon_app_sandbox" "main" {
app_id = nuon_app.my_eks_app.id
terraform_version = "v1.6.3"
terraform_version = "v1.7.5"
public_repo = {
repo = "nuonco/sandboxes"
branch = "main"
Expand Down

0 comments on commit 169ef0d

Please sign in to comment.