Skip to content

Commit

Permalink
do not use beta api anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Jan 14, 2020
1 parent 1a6d4ae commit 80228fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/functionbeat/manager/gcp/template_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (d *defaultTemplateBuilder) RawTemplate(name string) (string, error) {
"resources": []common.MapStr{
common.MapStr{
"name": fmt.Sprintf(functionName, d.gcpConfig.ProjectID, d.gcpConfig.Location, name),
"type": "cloudfunctions.v1beta2.function", // TODO
"type": "google.cloud.functions.v1.CloudFunction",
"properties": properties,
},
},
Expand Down

0 comments on commit 80228fe

Please sign in to comment.