We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
`https://data-api.heroku.com/graphql` POST (returns 200)
Authorization: Bearer <API_TOKEN>
{"query":"mutation AddPostgresFollower($addonUUID: ID!, $plan: String!, $region: String!) { addPostgresFollower( leader_uuid: $addonUUID plan: $plan region: $region ) { id name } }","variables":{"addonUUID":"ORIGINAL_UUID,"plan":"heroku-postgresql:private-0","region":"virginia"}} {"data":{"addPostgresFollower":{"id":"UUID","name":"postgresql-round-#####"}},"extensions":{}}
The text was updated successfully, but these errors were encountered:
resource "herokux_postgres" "leader" { app_id = "APP_UUID" db_leader_id = "PG_UUID" plan = "standard-0" state = "leader" } resource "herokux_postgres" "follower" { db_leader_id = herokux_postgres.leader.id plan = "standard-0" state = "follower" }
state
Sorry, something went wrong.
No branches or pull requests
Authorization: Bearer <API_TOKEN>
The text was updated successfully, but these errors were encountered: