Skip to content

Commit

Permalink
cfn example
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Aug 11, 2022
1 parent 06fae47 commit 2d4f4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmv1/products/cloudfunctions2/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ overrides: !ruby/object:Overrides::ResourceOverrides
name: "cloudfunctions2_basic"
min_version: beta
primary_resource_id: "function"
primary_resource_name: "function"
primary_resource_name: fmt.Sprintf(\"tf-test-function%s\", context[\"random_suffix\"])" "function"
vars:
bucket_name: "gcf-source"
function: "test-function"
Expand All @@ -42,7 +42,7 @@ overrides: !ruby/object:Overrides::ResourceOverrides
name: "cloudfunctions2_full"
min_version: beta
primary_resource_id: "function"
primary_resource_name: "function"
primary_resource_name: fmt.Sprintf(\"tf-test-function%s\", context[\"random_suffix\"])" "function"
vars:
bucket_name: "gcf-source"
service_account: "test-sa"
Expand Down

0 comments on commit 2d4f4f5

Please sign in to comment.