diff --git a/mmv1/third_party/terraform/website/docs/r/apigee_api.html.markdown b/mmv1/third_party/terraform/website/docs/r/apigee_api.html.markdown index ad9130bb7d26..6193bf056d3f 100644 --- a/mmv1/third_party/terraform/website/docs/r/apigee_api.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/apigee_api.html.markdown @@ -30,8 +30,8 @@ data "archive_file" "bundle" { output_file_mode = "0644" } -resource "google_apigee_sharedflow" "sharedflow" { - name = "shareflow1" +resource "google_apigee_api" "api_proxy" { + name = "proxy1" org_id = var.org_id config_bundle = data.archive_file.bundle.output_path }