planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
planetscale.getOrganizationRegions
Explore with Pulumi AI
planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale
A list of PlanetScale regions for the organization.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as planetscale from "@pulumi/planetscale";
const example = planetscale.getOrganizationRegions({
organization: "example",
});
export const orgRegions = example;
import pulumi
import pulumi_planetscale as planetscale
example = planetscale.get_organization_regions(organization="example")
pulumi.export("orgRegions", example)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/planetscale/planetscale"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := planetscale.GetOrganizationRegions(ctx, &planetscale.GetOrganizationRegionsArgs{
Organization: "example",
}, nil)
if err != nil {
return err
}
ctx.Export("orgRegions", example)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Planetscale = Pulumi.Planetscale;
return await Deployment.RunAsync(() =>
{
var example = Planetscale.GetOrganizationRegions.Invoke(new()
{
Organization = "example",
});
return new Dictionary<string, object?>
{
["orgRegions"] = example,
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.planetscale.PlanetscaleFunctions;
import com.pulumi.planetscale.inputs.GetOrganizationRegionsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = PlanetscaleFunctions.getOrganizationRegions(GetOrganizationRegionsArgs.builder()
.organization("example")
.build());
ctx.export("orgRegions", example.applyValue(getOrganizationRegionsResult -> getOrganizationRegionsResult));
}
}
variables:
example:
fn::invoke:
function: planetscale:getOrganizationRegions
arguments:
organization: example
outputs:
orgRegions: ${example}
Using getOrganizationRegions
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getOrganizationRegions(args: GetOrganizationRegionsArgs, opts?: InvokeOptions): Promise<GetOrganizationRegionsResult>
function getOrganizationRegionsOutput(args: GetOrganizationRegionsOutputArgs, opts?: InvokeOptions): Output<GetOrganizationRegionsResult>
def get_organization_regions(organization: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationRegionsResult
def get_organization_regions_output(organization: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationRegionsResult]
func GetOrganizationRegions(ctx *Context, args *GetOrganizationRegionsArgs, opts ...InvokeOption) (*GetOrganizationRegionsResult, error)
func GetOrganizationRegionsOutput(ctx *Context, args *GetOrganizationRegionsOutputArgs, opts ...InvokeOption) GetOrganizationRegionsResultOutput
> Note: This function is named GetOrganizationRegions
in the Go SDK.
public static class GetOrganizationRegions
{
public static Task<GetOrganizationRegionsResult> InvokeAsync(GetOrganizationRegionsArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationRegionsResult> Invoke(GetOrganizationRegionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOrganizationRegionsResult> getOrganizationRegions(GetOrganizationRegionsArgs args, InvokeOptions options)
public static Output<GetOrganizationRegionsResult> getOrganizationRegions(GetOrganizationRegionsArgs args, InvokeOptions options)
fn::invoke:
function: planetscale:index/getOrganizationRegions:getOrganizationRegions
arguments:
# arguments dictionary
The following arguments are supported:
- Organization string
- Organization string
- organization String
- organization string
- organization str
- organization String
getOrganizationRegions Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Organization string
- Regions
List<Get
Organization Regions Region>
- Id string
- The provider-assigned unique ID for this managed resource.
- Organization string
- Regions
[]Get
Organization Regions Region
- id String
- The provider-assigned unique ID for this managed resource.
- organization String
- regions
List<Get
Organization Regions Region>
- id string
- The provider-assigned unique ID for this managed resource.
- organization string
- regions
Get
Organization Regions Region[]
- id str
- The provider-assigned unique ID for this managed resource.
- organization str
- regions
Sequence[Get
Organization Regions Region]
- id String
- The provider-assigned unique ID for this managed resource.
- organization String
- regions List<Property Map>
Supporting Types
GetOrganizationRegionsRegion
- Display
Name string - Name of the region.
- Enabled bool
- Whether or not the region is currently active.
- Id string
- The ID of the region.
- Location string
- Location of the region.
- Provider string
- Provider for the region (ex. AWS).
- Public
Ip List<string>Addresses - Public IP addresses for the region.
- Slug string
- The slug of the region.
- Display
Name string - Name of the region.
- Enabled bool
- Whether or not the region is currently active.
- Id string
- The ID of the region.
- Location string
- Location of the region.
- Provider string
- Provider for the region (ex. AWS).
- Public
Ip []stringAddresses - Public IP addresses for the region.
- Slug string
- The slug of the region.
- display
Name String - Name of the region.
- enabled Boolean
- Whether or not the region is currently active.
- id String
- The ID of the region.
- location String
- Location of the region.
- provider String
- Provider for the region (ex. AWS).
- public
Ip List<String>Addresses - Public IP addresses for the region.
- slug String
- The slug of the region.
- display
Name string - Name of the region.
- enabled boolean
- Whether or not the region is currently active.
- id string
- The ID of the region.
- location string
- Location of the region.
- provider string
- Provider for the region (ex. AWS).
- public
Ip string[]Addresses - Public IP addresses for the region.
- slug string
- The slug of the region.
- display_
name str - Name of the region.
- enabled bool
- Whether or not the region is currently active.
- id str
- The ID of the region.
- location str
- Location of the region.
- provider str
- Provider for the region (ex. AWS).
- public_
ip_ Sequence[str]addresses - Public IP addresses for the region.
- slug str
- The slug of the region.
- display
Name String - Name of the region.
- enabled Boolean
- Whether or not the region is currently active.
- id String
- The ID of the region.
- location String
- Location of the region.
- provider String
- Provider for the region (ex. AWS).
- public
Ip List<String>Addresses - Public IP addresses for the region.
- slug String
- The slug of the region.
Package Details
- Repository
- planetscale planetscale/terraform-provider-planetscale
- License
- Notes
- This Pulumi package is based on the
planetscale
Terraform Provider.
planetscale 0.4.1 published on Tuesday, Mar 11, 2025 by planetscale