Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Apigee Sharedflow #7202

Merged
merged 52 commits into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
fd5c40b
added sharedflows mmv1 with error
Dec 2, 2022
5c687f3
fix indentation issue for sharedflow
Dec 2, 2022
2a963f0
add semi auto generated resourceApigeeSharedFlow
Dec 5, 2022
730431f
remove sharedflow mmv1 and add sharedflow manual provider
Dec 16, 2022
88d07da
Merge branch 'main' into sharedflows
Dec 16, 2022
e0576c6
adding files for debugging review, test have issue
Jan 31, 2023
4c58df8
adding files for debugging review, test have issue
Jan 31, 2023
1217528
update test, doc, provider for apigee
Feb 1, 2023
3141ab6
Merge commit 'f9e53cbd7dcbbf1037090db7ac40860f12add257' into sharedfl…
Feb 2, 2023
c21bfd4
Merge branch 'main' into sharedflow-probably-good
5fff Feb 7, 2023
7b9b569
Update api.yaml
5fff Feb 8, 2023
97dde6c
Update api.yaml
5fff Feb 8, 2023
6d50fc0
Rename resource_apigee_shared_flow_generated_test.go to resource_apig…
5fff Feb 8, 2023
1d526c0
Update resource_apigee_shared_flow.go
5fff Feb 8, 2023
f49215a
Update mmv1/third_party/terraform/utils/provider.go.erb
5fff Feb 10, 2023
993f851
update PR to address comments
Feb 15, 2023
a323142
merge
Feb 15, 2023
af6e332
Merge branch 'GoogleCloudPlatform:main' into sharedflow-probably-good
5fff Feb 16, 2023
7c2ab14
Merge branch 'GoogleCloudPlatform:main' into sharedflow-probably-good
5fff Feb 16, 2023
4353e36
update test
Feb 16, 2023
13b8a44
Merge branch 'GoogleCloudPlatform:main' into sharedflow-probably-good
5fff Feb 16, 2023
37d4fd4
Merge branch 'GoogleCloudPlatform:main' into sharedflow-probably-good
5fff Feb 17, 2023
a2b9453
fix sharedflow attribute update issue, add sharedflow deployment
Feb 28, 2023
bbee68b
Merge branch 'main' into sharedflow-probably-good
5fff Feb 28, 2023
fdb4e17
Update apigee_shared_flow_deployment.html.markdown
5fff Feb 28, 2023
a84b32d
Update mmv1/third_party/terraform/utils/provider.go.erb
5fff Feb 28, 2023
7921f9f
Update mmv1/third_party/terraform/website/docs/r/apigee_shared_flow.h…
5fff Feb 28, 2023
378fa0a
Update resource_apigee_shared_flow_test.go
5fff Feb 28, 2023
724c350
Delete api.yaml
5fff Feb 28, 2023
bb3ed9a
Rename apigee_shared_flow.html.markdown to apigee_sharedflow.html.mar…
5fff Feb 28, 2023
fb1ab7a
Rename apigee_shared_flow_deployment.html.markdown to apigee_sharedfl…
5fff Feb 28, 2023
810f23e
Rename resource_apigee_shared_flow.go to resource_apigee_sharedflow.go
5fff Feb 28, 2023
7ab690b
Rename resource_apigee_shared_flow_deployment_test.go to resource_api…
5fff Feb 28, 2023
30903e1
Rename resource_apigee_shared_flow_test.go to resource_apigee_sharedf…
5fff Feb 28, 2023
0664047
Rename resource_apigee_shared_flow_sweeper_test.go to resource_apigee…
5fff Feb 28, 2023
13fb482
Update resource_apigee_sharedflow.go
5fff Feb 28, 2023
2703308
Update mmv1/third_party/terraform/resources/resource_apigee_sharedflo…
5fff Feb 28, 2023
f364572
Update resource_apigee_sharedflow_deployment_test.go
5fff Feb 28, 2023
b262d88
Merge branch 'GoogleCloudPlatform:main' into sharedflow-probably-good
5fff Feb 28, 2023
415c3ff
update function name to capitalize
Mar 1, 2023
b9c6e59
Update resource_apigee_sharedflow_deployment_test.go
5fff Mar 1, 2023
f2fe53a
add flowhook
Mar 2, 2023
a05ebea
move flowhook doc
Mar 2, 2023
68d8ce7
Update mmv1/third_party/terraform/tests/resource_apigee_flowhook_test.go
5fff Mar 2, 2023
7984858
Update mmv1/third_party/terraform/website/docs/r/apigee_flowhook.html…
5fff Mar 2, 2023
823c092
Update mmv1/third_party/terraform/website/docs/r/apigee_flowhook.html…
5fff Mar 2, 2023
2a4df9c
Update mmv1/third_party/terraform/tests/resource_apigee_flowhook_test.go
5fff Mar 2, 2023
3defe5f
Update resource_apigee_flowhook_test.go
5fff Mar 2, 2023
b8ec591
update some resource attribute properties
Mar 6, 2023
ff82a53
Update apigee_flowhook.html.markdown
5fff Mar 6, 2023
6f9cbf7
Merge branch 'GoogleCloudPlatform:main' into sharedflow-probably-good
5fff Mar 7, 2023
0acefe3
update referenced function naming case
Mar 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mmv1/products/apigee/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -791,4 +791,4 @@ objects:
guides:
'Creating an API organization':
'https://cloud.google.com/apigee/docs/api-platform/get-started/create-org'
api: 'https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations#setaddons'
api: 'https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations#setaddons'
Loading