-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use scripts + TMC sync in CI tests.
Signed-off-by: i4k <[email protected]>
- Loading branch information
Showing
107 changed files
with
975 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
*.tm linguist-language=HCL | ||
* text=auto | ||
_*.tf text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ coverage.txt | |
cpu.prof | ||
mem.prof | ||
*.test | ||
*.tfplan | ||
*.plan | ||
|
||
# Go Workspaces artifacts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT | ||
|
||
resource "local_file" "foo" { | ||
content = "terramate" | ||
filename = "${path.module}/mock.ignore" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT | ||
|
||
resource "local_file" "foo" { | ||
content = "package cloud // import \"github.com/terramate-io/terramate/cloud\"" | ||
filename = "${path.module}/mock.ignore" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT | ||
|
||
resource "local_file" "foo" { | ||
content = "package deployment // import \"github.com/terramate-io/terramate/cloud/deployment\"" | ||
filename = "${path.module}/mock.ignore" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright 2024 Terramate GmbH | ||
// SPDX-License-Identifier: MPL-2.0 | ||
|
||
stack { | ||
name = "package deployment // import \"github.com/terramate-io/terramate/cloud/deployment\"" | ||
description = "package deployment // import \"github.com/terramate-io/terramate/cloud/deployment\"" | ||
tags = ["cloud", "deployment", "golang"] | ||
id = "8f7fced1-1649-4c71-bdb1-5d861141a953" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT | ||
|
||
resource "local_file" "foo" { | ||
content = "package drift // import \"github.com/terramate-io/terramate/cloud/drift\"" | ||
filename = "${path.module}/mock.ignore" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright 2024 Terramate GmbH | ||
// SPDX-License-Identifier: MPL-2.0 | ||
|
||
stack { | ||
name = "package drift // import \"github.com/terramate-io/terramate/cloud/drift\"" | ||
description = "package drift // import \"github.com/terramate-io/terramate/cloud/drift\"" | ||
tags = ["cloud", "drift", "golang"] | ||
id = "feadf9e7-6cee-4f5e-9f75-a91c98ce4679" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT | ||
|
||
resource "local_file" "foo" { | ||
content = "package preview // import \"github.com/terramate-io/terramate/cloud/preview\"" | ||
filename = "${path.module}/mock.ignore" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright 2024 Terramate GmbH | ||
// SPDX-License-Identifier: MPL-2.0 | ||
|
||
stack { | ||
name = "package preview // import \"github.com/terramate-io/terramate/cloud/preview\"" | ||
description = "package preview // import \"github.com/terramate-io/terramate/cloud/preview\"" | ||
tags = ["cloud", "golang", "preview"] | ||
id = "90d86bc8-5cac-4576-9241-cfa9f9adc93d" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright 2024 Terramate GmbH | ||
// SPDX-License-Identifier: MPL-2.0 | ||
|
||
stack { | ||
name = "package cloud // import \"github.com/terramate-io/terramate/cloud\"" | ||
description = "package cloud // import \"github.com/terramate-io/terramate/cloud\"" | ||
tags = ["cloud", "golang"] | ||
id = "1d457835-4401-4ed9-bbbf-d4676c0e9b0c" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT | ||
|
||
resource "local_file" "foo" { | ||
content = "package stack // import \"github.com/terramate-io/terramate/cloud/stack\"" | ||
filename = "${path.module}/mock.ignore" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright 2024 Terramate GmbH | ||
// SPDX-License-Identifier: MPL-2.0 | ||
|
||
stack { | ||
name = "package stack // import \"github.com/terramate-io/terramate/cloud/stack\"" | ||
description = "package stack // import \"github.com/terramate-io/terramate/cloud/stack\"" | ||
tags = ["cloud", "golang", "stack"] | ||
id = "6b9cce64-2b44-43ed-bb2c-dc9525dd2585" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT | ||
|
||
resource "local_file" "foo" { | ||
content = "package testserver // import \"github.com/terramate-io/terramate/cloud/testserver\"" | ||
filename = "${path.module}/mock.ignore" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT | ||
|
||
resource "local_file" "foo" { | ||
content = "package cloudstore // import \"github.com/terramate-io/terramate/cloud/testserver/cloudstore\"" | ||
filename = "${path.module}/mock.ignore" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright 2024 Terramate GmbH | ||
// SPDX-License-Identifier: MPL-2.0 | ||
|
||
stack { | ||
name = "package cloudstore // import \"github.com/terramate-io/terramate/cloud/testserver/cloudstore\"" | ||
description = "package cloudstore // import \"github.com/terramate-io/terramate/cloud/testserver/cloudstore\"" | ||
tags = ["cloud", "cloudstore", "golang", "testserver"] | ||
id = "264e8e28-bddc-4244-a2c9-9dfb4e9cfd33" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright 2024 Terramate GmbH | ||
// SPDX-License-Identifier: MPL-2.0 | ||
|
||
stack { | ||
name = "package testserver // import \"github.com/terramate-io/terramate/cloud/testserver\"" | ||
description = "package testserver // import \"github.com/terramate-io/terramate/cloud/testserver\"" | ||
tags = ["cloud", "golang", "testserver"] | ||
id = "6f6e494b-d500-4024-95ef-b273f459b61c" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT | ||
|
||
resource "local_file" "foo" { | ||
content = "package cliconfig // import \"github.com/terramate-io/terramate/cmd/terramate/cli/cliconfig\"" | ||
filename = "${path.module}/mock.ignore" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Copyright 2024 Terramate GmbH | ||
// SPDX-License-Identifier: MPL-2.0 | ||
|
||
stack { | ||
name = "package cliconfig // import \"github.com/terramate-io/terramate/cmd/terramate/cli/cliconfig\"" | ||
description = "package cliconfig // import \"github.com/terramate-io/terramate/cmd/terramate/cli/cliconfig\"" | ||
tags = ["cli", "cliconfig", "cmd", "golang", "terramate"] | ||
id = "d9636c0a-f69c-47c7-8657-9ff5cdc454f3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT | ||
|
||
resource "local_file" "foo" { | ||
content = "package github // import \"github.com/terramate-io/terramate/cmd/terramate/cli/github\"" | ||
filename = "${path.module}/mock.ignore" | ||
} |
Oops, something went wrong.