Skip to content

Commit fa875aa

Browse files
toyopilgrimniharika-98
authored andcommitted
fix: update apigee_api doc (GoogleCloudPlatform#12956)
1 parent 1049568 commit fa875aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/third_party/terraform/website/docs/r/apigee_api.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ data "archive_file" "bundle" {
3030
output_file_mode = "0644"
3131
}
3232
33-
resource "google_apigee_sharedflow" "sharedflow" {
34-
name = "shareflow1"
33+
resource "google_apigee_api" "api_proxy" {
34+
name = "proxy1"
3535
org_id = var.org_id
3636
config_bundle = data.archive_file.bundle.output_path
3737
}

0 commit comments

Comments
 (0)