Expand description
A representation of an ExternalAccountKey used for external account binding within ACME.
To get more information about ExternalAccountKey, see:
- API documentation
- How-to Guides
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§
- Use builder syntax to set the inputs and finish with
build_struct()
.
Functions§
- Registers a new resource with the given unique name and arguments