mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
04c4cff9f6
* Add .DS_Store to .gitignore * Add AWS to config / supported instance types * Move AWS terraform skeleton to cli/internal/terraform * Move currently unused IAM to hack/terraform/aws * Print supported AWS instance types when AWS dev flag is set * Block everything aTLS related (e.g. init, verify) until AWS attestation is available * Create/Terminate AWS dev cluster when dev flag is set * Restrict Nitro instances to NitroTPM supported specifically * Pin zone for subnets This is not great for HA, but for now we need to avoid the two subnets ending up in different zones, causing the load balancer to not be able to connect to the targets. Should be replaced later with a better implementation that just uses multiple subnets within the same region dynamically based on # of nodes or similar. * Add AWS/GCP to Terraform TestLoader unit test * Add uid tag and create log group Co-authored-by: Daniel Weiße <dw@edgeless.systems> Co-authored-by: Malte Poll <mp@edgeless.systems>
49 lines
686 B
Plaintext
49 lines
686 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# Go workspace file
|
|
# go.work
|
|
go.work.sum
|
|
|
|
build
|
|
admin.conf
|
|
bootstrapper-*
|
|
|
|
# VS Code configuration folder
|
|
.vscode
|
|
# Debug and testing files
|
|
debug/
|
|
|
|
# Image
|
|
image/*.ign
|
|
image/build/*
|
|
image/dependencies/bootstrapper
|
|
image/dependencies/cilium
|
|
image/images/*
|
|
image/cosa.lock
|
|
image/config.mk
|
|
|
|
# Terraform
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
.terraform
|
|
.terraform.lock.hcl
|
|
.terraform.tfstate.lock.info
|
|
*.tfvars
|
|
|
|
# macOS
|
|
.DS_Store
|