pulumi_wasm_providers_gcp_mini::compute

Module ca_external_account_key

source
Expand description

A representation of an ExternalAccountKey used for external account binding within ACME.

To get more information about ExternalAccountKey, see:

Warning: This resource is create-only and could not be read from the API. On delete, the resource would be removed from the state. You must use an EAB secret within 7 days of obtaining it. The EAB secret is invalidated if you don’t use it within 7 days. The ACME account registered by using an EAB secret has no expiration.

§Example Usage

§Public Ca External Account Key

use pulumi_wasm_rust::Output;
use pulumi_wasm_rust::{add_export, pulumi_main};
#[pulumi_main]
fn test_main() -> Result<(), Error> {
    let prod = ca_external_account_key::create(
        "prod",
        CaExternalAccountKeyArgs::builder().project("my-project-name").build_struct(),
    );
}

§Import

This resource does not support import.

Structs§

Functions§

  • Registers a new resource with the given unique name and arguments