Modules§
Macros§
- resource
- Used to generate a builder chain for a specified Terraform resource or data source. To describe the resource this macro will use a simplified version of Terraform’s HCL syntax.
Structs§
Functions§
Derive Macros§
- Construct
- Used to generate an implementation of [
tf_bindgen::Construct]. Requires to fields to be annotated with#[id]and#[scope].