package
Version:
v1.62.0
Opens a new window with list of versions in this module.
Published: Oct 31, 2025
License: MPL-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Services []Service `hcl:"service,block"`
}
type Resource struct {
TFResourceName string `hcl:",label"`
HasMutableIdentity bool `hcl:"has_mutable_identity,optional"`
}
type Service struct {
IsGlobal bool `hcl:"is_global,optional"`
ServiceName string `hcl:",label"`
Resources []Resource `hcl:"resource,block"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.