Skip to content

Commit

Permalink
fix: update apigee_api doc (#12956) (#21230)
Browse files Browse the repository at this point in the history
[upstream:4dc815ebe6def87e7b7a5943b5d14dd59387643a]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Feb 4, 2025
1 parent c94bea3 commit 4455bfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/12956.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note: none

```
4 changes: 2 additions & 2 deletions website/docs/r/apigee_api.html.markdown
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 4455bfe

Please # to comment.