Skip to content

Commit

Permalink
Fix apigateway config tests for vcr (#4241) (#7865)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Nov 20, 2020
1 parent 2fa0623 commit 82a2e36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/4241.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion website/docs/r/api_gateway_api_config.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "google_api_gateway_api" "api_cfg" {
resource "google_api_gateway_api_config" "api_cfg" {
provider = google-beta
api = google_api_gateway_api.api_cfg.api_id
api_config_id_prefix = "api-cfg-"
api_config_id = "cfg"
openapi_documents {
document {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/api_gateway_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "google_api_gateway_api" "api_gw" {
resource "google_api_gateway_api_config" "api_gw" {
provider = google-beta
api = google_api_gateway_api.api_gw.api_id
api_config_id_prefix = "tf-test-"
api_config_id = "config"
openapi_documents {
document {
Expand Down

0 comments on commit 82a2e36

Please sign in to comment.