Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Base class for all Terraform resources.
TerraformResource
dependsOn
ITerraformAddressable[]
count
number | TerraformCount
provider
TerraformProvider
lifecycle
TerraformResourceLifecycle
forEach
TerraformIterator
createBeforeDestroy
boolean
preventDestroy
ignoreChanges
string[]
replaceTriggeredBy
any[]
importFrom(id: string): void
moveTo(target: string): void
moveToId(id: string): void
moveFromId(id: string): void
interpolationForAttribute(attr: string): IResolvable
getStringAttribute(name: string): string
getNumberAttribute(name: string): number
getBooleanAttribute(name: string): boolean
getListAttribute(name: string): string[]
getMapAttribute(name: string): Record<string, any>