mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 22:34:56 -04:00
terraform: Terraform module for AWS (#2503)
This commit is contained in:
parent
0bac72261d
commit
cea6204b37
94 changed files with 912 additions and 87 deletions
16
terraform/assets.go
Normal file
16
terraform/assets.go
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
Copyright (c) Edgeless Systems GmbH
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
package terraform
|
||||
|
||||
import "embed"
|
||||
|
||||
// Assets are the exported Terraform template files.
|
||||
//
|
||||
//go:embed infrastructure/*
|
||||
//go:embed infrastructure/*/.terraform.lock.hcl
|
||||
//go:embed infrastructure/iam/*/.terraform.lock.hcl
|
||||
var Assets embed.FS
|
Loading…
Add table
Add a link
Reference in a new issue