Skip to content

Commit

Permalink
fix: update apigee_api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
toyopilgrim committed Feb 4, 2025
1 parent deae311 commit bb4655d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit bb4655d

Please sign in to comment.