mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-21 05:24:43 -04:00
cli: Terraform upgrades maa patching (#1821)
* patch maa after upgrade * buildfiles * reword comment * remove whitespace * temp: log measurements URL * temp: update import * ignore changes to attestation policies * add issue URL * separate output in e2e upgrade test * use enterprise CLI for e2e test * remove measurements print * add license headers
This commit is contained in:
parent
7ef7f09dda
commit
8c3b963a3f
10 changed files with 236 additions and 109 deletions
|
@ -8,6 +8,7 @@ go_library(
|
|||
"cloudcmd.go",
|
||||
"create.go",
|
||||
"iam.go",
|
||||
"patch.go",
|
||||
"rollback.go",
|
||||
"terminate.go",
|
||||
"validators.go",
|
||||
|
@ -42,6 +43,7 @@ go_test(
|
|||
"clients_test.go",
|
||||
"create_test.go",
|
||||
"iam_test.go",
|
||||
"patch_test.go",
|
||||
"rollback_test.go",
|
||||
"terminate_test.go",
|
||||
"validators_test.go",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue