Skip to content

Instantly share code, notes, and snippets.

View paranoidd's full-sized avatar

Adrian Otrębski paranoidd

  • Consultant
  • Almere, The Netherlands
View GitHub Profile
2019/07/23 18:26:18 [DEBUG] checking for provider in "."
2019/07/23 18:26:18 [DEBUG] checking for provider in "/usr/local/bin"
2019/07/23 18:26:18 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2019/07/23 18:26:18 [DEBUG] found provider "terraform-provider-aws_v2.20.0_x4"
2019/07/23 18:26:18 [DEBUG] found provider "terraform-provider-null_v2.1.2_x4"
2019/07/23 18:26:18 [DEBUG] found provider "terraform-provider-template_v2.1.2_x4"
2019/07/23 18:26:18 [DEBUG] found valid plugin: "template", "2.1.2", "/Users/censored/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4"
2019/07/23 18:26:18 [DEBUG] found valid plugin: "aws", "2.20.0", "/Users/censored/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.20.0_x4"
2019/07/23 18:26:18 [DEBUG] found valid plugin: "null", "2.1.2", "/Users/censored/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4"
data "aws_ami" "amazon_linux_ecs" {
most_recent = true
filter {
name = "name"
values = ["amzn2-ami-ecs-hvm-*-x86_64-ebs"]
}
filter {
name = "owner-alias"
@paranoidd
paranoidd / README.md
Created April 5, 2022 02:05 — forked from crabmusket/README.md
Headless rendering with THREE.js

Headless THREE

Created with

Make sure you install headless-gl's dependencies, then run with XVFB like so: