package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Oct 31, 2024
License: Apache-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
¶
Package importmodel contains models to support importing Terraform resources using "terraform import"
type Bucket struct {
Slug string `json:"slug"`
NotificationPolicySlug string `json:"notification_policy_slug"`
}
Bucket encapsulates all the data needed to import a bucket using `terraform import`
ParseBucket parses a serialized bucket passed to `terraform import`.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.