Tim Leguijt
Tim Leguijt
So after discussing this with @MichielBijland came up with the following; - By default, `disable_execute_api_endpoint` is set to `true` once an endpoint has a custom domain - With this change...
Shall we move the 'Security' section into a 'Best practises' and also include a separate section in there for the Architecture
Hi @Nayels , > The resource groups that are created now on Azure. How do they communicate with each other? They don't. Or at least; the only link between resource...
We can now have a component defining an API config like so: ``` resource "google_api_gateway_api_config" "api_cfg" { provider = google-beta api = var.gcp_endpoint_public.api_id api_config_id = "gcp-api-cfg" openapi_documents { document {...
We've been able to stitch together the api specs of several components into one. So new requirement for components with certain endpoints is that they have to define an output...
Also support variables (varfile and env) like so: ```hcl terraform { required_providers { stripe = { source = "franckverrot/stripe" version = "1.8.0" username = ${var.provider.username} username = ${env.STRIPE_USERNAME} } }...
Agree with the approach. Let's close this once we have some clear instructions on this in the documentation