Skip to content

Commit

Permalink
Exclude various generation types from OiCS repo (GoogleCloudPlatform#…
Browse files Browse the repository at this point in the history
…3036)

* Exclude various filetypes from OiCS repo

* Spacing
  • Loading branch information
rileykarson authored and Nathan Klish committed May 18, 2020
1 parent 135aba8 commit 4d48bba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions provider/terraform_oics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,11 @@ def generate_resource(data)
def generate_resource_tests(data) end

def generate_resource_sweepers(data) end

def compile_common_files(output_folder, products, common_compile_file) end

def copy_common_files(output_folder) end

def generate_iam_policy(data) end
end
end

0 comments on commit 4d48bba

Please sign in to comment.