Skip to content

Commit

Permalink
Add Policy, Attestor, and Note resources for Binary Authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow authored and modular-magician committed Aug 16, 2018
1 parent 5a34315 commit 8951bb7
Show file tree
Hide file tree
Showing 55 changed files with 2,667 additions and 439 deletions.
22 changes: 22 additions & 0 deletions google/provider_binaryauthorization_gen.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// ----------------------------------------------------------------------------
//
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
//
// ----------------------------------------------------------------------------
//
// This file is automatically generated by Magic Modules and manual
// changes will be clobbered when the file is regenerated.
//
// Please read more about how to change this file in
// .github/CONTRIBUTING.md.
//
// ----------------------------------------------------------------------------

package google

import "github.com/hashicorp/terraform/helper/schema"

var GeneratedBinaryauthorizationResourcesMap = map[string]*schema.Resource{
"google_binaryauthorization_attestor": resourceBinaryauthorizationAttestor(),
"google_binaryauthorization_policy": resourceBinaryauthorizationPolicy(),
}
21 changes: 21 additions & 0 deletions google/provider_containeranalysis_gen.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// ----------------------------------------------------------------------------
//
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
//
// ----------------------------------------------------------------------------
//
// This file is automatically generated by Magic Modules and manual
// changes will be clobbered when the file is regenerated.
//
// Please read more about how to change this file in
// .github/CONTRIBUTING.md.
//
// ----------------------------------------------------------------------------

package google

import "github.com/hashicorp/terraform/helper/schema"

var GeneratedContaineranalysisResourcesMap = map[string]*schema.Resource{
"google_containeranalysis_note": resourceContaineranalysisNote(),
}
Loading

0 comments on commit 8951bb7

Please sign in to comment.