diff --git a/examples/aws-macos/README.md b/examples/aws-macos/README.md new file mode 100644 index 0000000000000..bf76e27e08607 --- /dev/null +++ b/examples/aws-macos/README.md @@ -0,0 +1,7 @@ +--- +name: Develop in MacOS on AWS (WIP) +description: Get started with MacOS development on AWS (EC2) with a dedicated Mac Mini. +tags: [cloud, aws] +--- + +WIP: The Coder agent does not connect by default to the MacOS instance. diff --git a/examples/aws-macos/main.tf b/examples/aws-macos/main.tf new file mode 100644 index 0000000000000..7da08ed9fb1bf --- /dev/null +++ b/examples/aws-macos/main.tf @@ -0,0 +1,112 @@ +terraform { + required_providers { + coder = { + source = "coder/coder" + } + } +} + +variable "access_key" { + description = <