Viewing docs for Oracle Cloud Infrastructure v4.4.0
published on Thursday, Mar 26, 2026 by Pulumi
published on Thursday, Mar 26, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.4.0
published on Thursday, Mar 26, 2026 by Pulumi
published on Thursday, Mar 26, 2026 by Pulumi
This data source provides the list of Fsu Readiness Checks in Oracle Cloud Infrastructure Fleet Software Update service.
Returns a list of Exadata Fleet Update Readiness Checks resources in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFsuReadinessChecks = oci.FleetSoftwareUpdate.getFsuReadinessChecks({
compartmentId: compartmentId,
displayName: fsuReadinessCheckDisplayName,
resourceId: testResource.id,
state: fsuReadinessCheckState,
type: fsuReadinessCheckType,
});
import pulumi
import pulumi_oci as oci
test_fsu_readiness_checks = oci.FleetSoftwareUpdate.get_fsu_readiness_checks(compartment_id=compartment_id,
display_name=fsu_readiness_check_display_name,
resource_id=test_resource["id"],
state=fsu_readiness_check_state,
type=fsu_readiness_check_type)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/fleetsoftwareupdate"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fleetsoftwareupdate.GetFsuReadinessChecks(ctx, &fleetsoftwareupdate.GetFsuReadinessChecksArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(fsuReadinessCheckDisplayName),
ResourceId: pulumi.StringRef(testResource.Id),
State: pulumi.StringRef(fsuReadinessCheckState),
Type: pulumi.StringRef(fsuReadinessCheckType),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testFsuReadinessChecks = Oci.FleetSoftwareUpdate.GetFsuReadinessChecks.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = fsuReadinessCheckDisplayName,
ResourceId = testResource.Id,
State = fsuReadinessCheckState,
Type = fsuReadinessCheckType,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.FleetSoftwareUpdate.FleetSoftwareUpdateFunctions;
import com.pulumi.oci.FleetSoftwareUpdate.inputs.GetFsuReadinessChecksArgs;
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 testFsuReadinessChecks = FleetSoftwareUpdateFunctions.getFsuReadinessChecks(GetFsuReadinessChecksArgs.builder()
.compartmentId(compartmentId)
.displayName(fsuReadinessCheckDisplayName)
.resourceId(testResource.id())
.state(fsuReadinessCheckState)
.type(fsuReadinessCheckType)
.build());
}
}
variables:
testFsuReadinessChecks:
fn::invoke:
function: oci:FleetSoftwareUpdate:getFsuReadinessChecks
arguments:
compartmentId: ${compartmentId}
displayName: ${fsuReadinessCheckDisplayName}
resourceId: ${testResource.id}
state: ${fsuReadinessCheckState}
type: ${fsuReadinessCheckType}
Using getFsuReadinessChecks
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 getFsuReadinessChecks(args: GetFsuReadinessChecksArgs, opts?: InvokeOptions): Promise<GetFsuReadinessChecksResult>
function getFsuReadinessChecksOutput(args: GetFsuReadinessChecksOutputArgs, opts?: InvokeOptions): Output<GetFsuReadinessChecksResult>def get_fsu_readiness_checks(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetFsuReadinessChecksFilter]] = None,
resource_id: Optional[str] = None,
state: Optional[str] = None,
type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFsuReadinessChecksResult
def get_fsu_readiness_checks_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetFsuReadinessChecksFilterArgs]]]] = None,
resource_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFsuReadinessChecksResult]func GetFsuReadinessChecks(ctx *Context, args *GetFsuReadinessChecksArgs, opts ...InvokeOption) (*GetFsuReadinessChecksResult, error)
func GetFsuReadinessChecksOutput(ctx *Context, args *GetFsuReadinessChecksOutputArgs, opts ...InvokeOption) GetFsuReadinessChecksResultOutput> Note: This function is named GetFsuReadinessChecks in the Go SDK.
public static class GetFsuReadinessChecks
{
public static Task<GetFsuReadinessChecksResult> InvokeAsync(GetFsuReadinessChecksArgs args, InvokeOptions? opts = null)
public static Output<GetFsuReadinessChecksResult> Invoke(GetFsuReadinessChecksInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFsuReadinessChecksResult> getFsuReadinessChecks(GetFsuReadinessChecksArgs args, InvokeOptions options)
public static Output<GetFsuReadinessChecksResult> getFsuReadinessChecks(GetFsuReadinessChecksArgs args, InvokeOptions options)
fn::invoke:
function: oci:FleetSoftwareUpdate/getFsuReadinessChecks:getFsuReadinessChecks
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Fsu Readiness Checks Filter> - Resource
Id string - The OCID of the resource related to the Exadata Fleet Update Readiness Check.
- State string
- A filter to return only resources whose lifecycleState matches the specified lifecycleState.
- Type string
- A filter to return only resources whose type matches the specified type.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Fsu Readiness Checks Filter - Resource
Id string - The OCID of the resource related to the Exadata Fleet Update Readiness Check.
- State string
- A filter to return only resources whose lifecycleState matches the specified lifecycleState.
- Type string
- A filter to return only resources whose type matches the specified type.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Fsu Readiness Checks Filter> - resource
Id String - The OCID of the resource related to the Exadata Fleet Update Readiness Check.
- state String
- A filter to return only resources whose lifecycleState matches the specified lifecycleState.
- type String
- A filter to return only resources whose type matches the specified type.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Fsu Readiness Checks Filter[] - resource
Id string - The OCID of the resource related to the Exadata Fleet Update Readiness Check.
- state string
- A filter to return only resources whose lifecycleState matches the specified lifecycleState.
- type string
- A filter to return only resources whose type matches the specified type.
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[Get
Fsu Readiness Checks Filter] - resource_
id str - The OCID of the resource related to the Exadata Fleet Update Readiness Check.
- state str
- A filter to return only resources whose lifecycleState matches the specified lifecycleState.
- type str
- A filter to return only resources whose type matches the specified type.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- resource
Id String - The OCID of the resource related to the Exadata Fleet Update Readiness Check.
- state String
- A filter to return only resources whose lifecycleState matches the specified lifecycleState.
- type String
- A filter to return only resources whose type matches the specified type.
getFsuReadinessChecks Result
The following output properties are available:
- Compartment
Id string - The OCID of the Compartment.
- Fsu
Readiness List<GetCheck Collections Fsu Readiness Checks Fsu Readiness Check Collection> - The list of fsu_readiness_check_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The user-friendly name for the Exadata Fleet Update Readiness Check resource.
- Filters
List<Get
Fsu Readiness Checks Filter> - Resource
Id string - State string
- Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
- Type string
- Possible Exadata Fleet Update Readiness Check types.
- Compartment
Id string - The OCID of the Compartment.
- Fsu
Readiness []GetCheck Collections Fsu Readiness Checks Fsu Readiness Check Collection - The list of fsu_readiness_check_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The user-friendly name for the Exadata Fleet Update Readiness Check resource.
- Filters
[]Get
Fsu Readiness Checks Filter - Resource
Id string - State string
- Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
- Type string
- Possible Exadata Fleet Update Readiness Check types.
- compartment
Id String - The OCID of the Compartment.
- fsu
Readiness List<GetCheck Collections Fsu Readiness Checks Fsu Readiness Check Collection> - The list of fsu_readiness_check_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The user-friendly name for the Exadata Fleet Update Readiness Check resource.
- filters
List<Get
Fsu Readiness Checks Filter> - resource
Id String - state String
- Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
- type String
- Possible Exadata Fleet Update Readiness Check types.
- compartment
Id string - The OCID of the Compartment.
- fsu
Readiness GetCheck Collections Fsu Readiness Checks Fsu Readiness Check Collection[] - The list of fsu_readiness_check_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - The user-friendly name for the Exadata Fleet Update Readiness Check resource.
- filters
Get
Fsu Readiness Checks Filter[] - resource
Id string - state string
- Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
- type string
- Possible Exadata Fleet Update Readiness Check types.
- compartment_
id str - The OCID of the Compartment.
- fsu_
readiness_ Sequence[Getcheck_ collections Fsu Readiness Checks Fsu Readiness Check Collection] - The list of fsu_readiness_check_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - The user-friendly name for the Exadata Fleet Update Readiness Check resource.
- filters
Sequence[Get
Fsu Readiness Checks Filter] - resource_
id str - state str
- Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
- type str
- Possible Exadata Fleet Update Readiness Check types.
- compartment
Id String - The OCID of the Compartment.
- fsu
Readiness List<Property Map>Check Collections - The list of fsu_readiness_check_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The user-friendly name for the Exadata Fleet Update Readiness Check resource.
- filters List<Property Map>
- resource
Id String - state String
- Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
- type String
- Possible Exadata Fleet Update Readiness Check types.
Supporting Types
GetFsuReadinessChecksFilter
GetFsuReadinessChecksFsuReadinessCheckCollection
GetFsuReadinessChecksFsuReadinessCheckCollectionItem
- Compartment
Id string - The ID of the compartment in which to list resources.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Display
Name string - A filter to return only resources that match the entire display name given.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Id string
- The OCID of the Exadata Fleet Update Readiness Check.
- Issue
Count int - Number of issues found during the Exadata Fleet Update Readiness Check run.
- Issues
List<Get
Fsu Readiness Checks Fsu Readiness Check Collection Item Issue> - Issues found during the Exadata Fleet Update Readiness Check run.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- State string
- A filter to return only resources whose lifecycleState matches the specified lifecycleState.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Targets
List<Get
Fsu Readiness Checks Fsu Readiness Check Collection Item Target> - List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.
- Time
Created string - The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.
- Time
Finished string - The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
- Time
Updated string - The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.
- Type string
- A filter to return only resources whose type matches the specified type.
- Compartment
Id string - The ID of the compartment in which to list resources.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Display
Name string - A filter to return only resources that match the entire display name given.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Id string
- The OCID of the Exadata Fleet Update Readiness Check.
- Issue
Count int - Number of issues found during the Exadata Fleet Update Readiness Check run.
- Issues
[]Get
Fsu Readiness Checks Fsu Readiness Check Collection Item Issue - Issues found during the Exadata Fleet Update Readiness Check run.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- State string
- A filter to return only resources whose lifecycleState matches the specified lifecycleState.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Targets
[]Get
Fsu Readiness Checks Fsu Readiness Check Collection Item Target - List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.
- Time
Created string - The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.
- Time
Finished string - The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
- Time
Updated string - The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.
- Type string
- A filter to return only resources whose type matches the specified type.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display
Name String - A filter to return only resources that match the entire display name given.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id String
- The OCID of the Exadata Fleet Update Readiness Check.
- issue
Count Integer - Number of issues found during the Exadata Fleet Update Readiness Check run.
- issues
List<Get
Fsu Readiness Checks Fsu Readiness Check Collection Item Issue> - Issues found during the Exadata Fleet Update Readiness Check run.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state String
- A filter to return only resources whose lifecycleState matches the specified lifecycleState.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - targets
List<Get
Fsu Readiness Checks Fsu Readiness Check Collection Item Target> - List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.
- time
Created String - The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.
- time
Finished String - The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
- time
Updated String - The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.
- type String
- A filter to return only resources whose type matches the specified type.
- compartment
Id string - The ID of the compartment in which to list resources.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display
Name string - A filter to return only resources that match the entire display name given.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id string
- The OCID of the Exadata Fleet Update Readiness Check.
- issue
Count number - Number of issues found during the Exadata Fleet Update Readiness Check run.
- issues
Get
Fsu Readiness Checks Fsu Readiness Check Collection Item Issue[] - Issues found during the Exadata Fleet Update Readiness Check run.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state string
- A filter to return only resources whose lifecycleState matches the specified lifecycleState.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - targets
Get
Fsu Readiness Checks Fsu Readiness Check Collection Item Target[] - List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.
- time
Created string - The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.
- time
Finished string - The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
- time
Updated string - The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.
- type string
- A filter to return only resources whose type matches the specified type.
- compartment_
id str - The ID of the compartment in which to list resources.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display_
name str - A filter to return only resources that match the entire display name given.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id str
- The OCID of the Exadata Fleet Update Readiness Check.
- issue_
count int - Number of issues found during the Exadata Fleet Update Readiness Check run.
- issues
Sequence[Get
Fsu Readiness Checks Fsu Readiness Check Collection Item Issue] - Issues found during the Exadata Fleet Update Readiness Check run.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state str
- A filter to return only resources whose lifecycleState matches the specified lifecycleState.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - targets
Sequence[Get
Fsu Readiness Checks Fsu Readiness Check Collection Item Target] - List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.
- time_
created str - The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.
- time_
finished str - The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
- time_
updated str - The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.
- type str
- A filter to return only resources whose type matches the specified type.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display
Name String - A filter to return only resources that match the entire display name given.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id String
- The OCID of the Exadata Fleet Update Readiness Check.
- issue
Count Number - Number of issues found during the Exadata Fleet Update Readiness Check run.
- issues List<Property Map>
- Issues found during the Exadata Fleet Update Readiness Check run.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state String
- A filter to return only resources whose lifecycleState matches the specified lifecycleState.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - targets List<Property Map>
- List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.
- time
Created String - The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.
- time
Finished String - The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
- time
Updated String - The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.
- type String
- A filter to return only resources whose type matches the specified type.
GetFsuReadinessChecksFsuReadinessCheckCollectionItemIssue
- Description string
- Description of the patching issue.
- Impacted
Resource stringId - The OCID of the resource impacted by the patching issue.
- Name string
- Name of the patching issue.
- Recommended
Action string - Recommended action to perform to address or further triage the patching issue.
- Description string
- Description of the patching issue.
- Impacted
Resource stringId - The OCID of the resource impacted by the patching issue.
- Name string
- Name of the patching issue.
- Recommended
Action string - Recommended action to perform to address or further triage the patching issue.
- description String
- Description of the patching issue.
- impacted
Resource StringId - The OCID of the resource impacted by the patching issue.
- name String
- Name of the patching issue.
- recommended
Action String - Recommended action to perform to address or further triage the patching issue.
- description string
- Description of the patching issue.
- impacted
Resource stringId - The OCID of the resource impacted by the patching issue.
- name string
- Name of the patching issue.
- recommended
Action string - Recommended action to perform to address or further triage the patching issue.
- description str
- Description of the patching issue.
- impacted_
resource_ strid - The OCID of the resource impacted by the patching issue.
- name str
- Name of the patching issue.
- recommended_
action str - Recommended action to perform to address or further triage the patching issue.
- description String
- Description of the patching issue.
- impacted
Resource StringId - The OCID of the resource impacted by the patching issue.
- name String
- Name of the patching issue.
- recommended
Action String - Recommended action to perform to address or further triage the patching issue.
GetFsuReadinessChecksFsuReadinessCheckCollectionItemTarget
- Entity
Id string - Resource identifier OCID
- Entity
Type string - Resource entity type
- Entity
Id string - Resource identifier OCID
- Entity
Type string - Resource entity type
- entity
Id String - Resource identifier OCID
- entity
Type String - Resource entity type
- entity
Id string - Resource identifier OCID
- entity
Type string - Resource entity type
- entity_
id str - Resource identifier OCID
- entity_
type str - Resource entity type
- entity
Id String - Resource identifier OCID
- entity
Type String - Resource entity type
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.4.0
published on Thursday, Mar 26, 2026 by Pulumi
published on Thursday, Mar 26, 2026 by Pulumi
