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 20, 2018
1 parent fb66cd8 commit 8872d9d
Show file tree
Hide file tree
Showing 33 changed files with 2,276 additions and 24 deletions.
22 changes: 22 additions & 0 deletions google/provider_binaryauthorization_gen.go
@@ -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_binary_authorization_attestor": resourceBinaryAuthorizationAttestor(),
"google_binary_authorization_policy": resourceBinaryAuthorizationPolicy(),
}
21 changes: 21 additions & 0 deletions google/provider_containeranalysis_gen.go
@@ -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_container_analysis_note": resourceContainerAnalysisNote(),
}

0 comments on commit 8872d9d

Please sign in to comment.