Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

nuonco/terraform-aws-ecs-sandbox

Repository files navigation

terraform-aws-ecs-sandbox

AWS ECS sandbox for Nuon apps.

Usage

This module can be used via the aws-ecs project in nuonco/sandboxes.

resource "nuon_app" "my_ecs_app" {
  name = "my_ecs_app"
}

resource "nuon_app_sandbox" "main" {
  app_id            = nuon_app.my_ecs_app.id
  terraform_version = "v1.7.5"
  public_repo = {
    repo      = "nuonco/sandboxes"
    branch    = "main"
    directory = "aws-ecs"
  }
}

About

AWS ECS sandbox for Nuon apps.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages