Skip to content

Commit 8951bb7

Browse files
danawillowmodular-magician
authored andcommitted
Add Policy, Attestor, and Note resources for Binary Authorization
1 parent 5a34315 commit 8951bb7

File tree

55 files changed

+2667
-439
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2667
-439
lines changed
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// ----------------------------------------------------------------------------
2+
//
3+
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
4+
//
5+
// ----------------------------------------------------------------------------
6+
//
7+
// This file is automatically generated by Magic Modules and manual
8+
// changes will be clobbered when the file is regenerated.
9+
//
10+
// Please read more about how to change this file in
11+
// .github/CONTRIBUTING.md.
12+
//
13+
// ----------------------------------------------------------------------------
14+
15+
package google
16+
17+
import "github.com/hashicorp/terraform/helper/schema"
18+
19+
var GeneratedBinaryauthorizationResourcesMap = map[string]*schema.Resource{
20+
"google_binaryauthorization_attestor": resourceBinaryauthorizationAttestor(),
21+
"google_binaryauthorization_policy": resourceBinaryauthorizationPolicy(),
22+
}
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// ----------------------------------------------------------------------------
2+
//
3+
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
4+
//
5+
// ----------------------------------------------------------------------------
6+
//
7+
// This file is automatically generated by Magic Modules and manual
8+
// changes will be clobbered when the file is regenerated.
9+
//
10+
// Please read more about how to change this file in
11+
// .github/CONTRIBUTING.md.
12+
//
13+
// ----------------------------------------------------------------------------
14+
15+
package google
16+
17+
import "github.com/hashicorp/terraform/helper/schema"
18+
19+
var GeneratedContaineranalysisResourcesMap = map[string]*schema.Resource{
20+
"google_containeranalysis_note": resourceContaineranalysisNote(),
21+
}

0 commit comments

Comments
 (0)