Documentation
¶
Index ¶
- Variables
- func GetComputeAddressRegistryItem() *schema.RegistryItem
- func GetComputeDiskRegistryItem() *schema.RegistryItem
- func GetComputeGlobalAddressRegistryItem() *schema.RegistryItem
- func GetComputeImageRegistryItem() *schema.RegistryItem
- func GetComputeInstanceRegistryItem() *schema.RegistryItem
- func GetComputeRouterNATRegistryItem() *schema.RegistryItem
- func GetComputeSnapshotRegistryItem() *schema.RegistryItem
- func GetContainerClusterRegistryItem() *schema.RegistryItem
- func GetContainerNodePoolRegistryItem() *schema.RegistryItem
- func GetDNSManagedZoneRegistryItem() *schema.RegistryItem
- func GetDNSRecordSetRegistryItem() *schema.RegistryItem
- func GetPubSubSubscriptionRegistryItem() *schema.RegistryItem
- func GetPubSubTopicRegistryItem() *schema.RegistryItem
- func GetStorageBucketRegistryItem() *schema.RegistryItem
- func NewComputeAddress(d *schema.ResourceData, u *schema.UsageData) *schema.Resource
- func NewComputeDisk(d *schema.ResourceData, u *schema.UsageData) *schema.Resource
- func NewComputeImage(d *schema.ResourceData, u *schema.UsageData) *schema.Resource
- func NewComputeInstance(d *schema.ResourceData, u *schema.UsageData) *schema.Resource
- func NewComputeRouterNAT(d *schema.ResourceData, u *schema.UsageData) *schema.Resource
- func NewComputeSnapshot(d *schema.ResourceData, u *schema.UsageData) *schema.Resource
- func NewContainerCluster(d *schema.ResourceData, u *schema.UsageData) *schema.Resource
- func NewContainerNodePool(d *schema.ResourceData, u *schema.UsageData) *schema.Resource
- func NewDNSManagedZone(d *schema.ResourceData, u *schema.UsageData) *schema.Resource
- func NewDNSRecordSet(d *schema.ResourceData, u *schema.UsageData) *schema.Resource
- func NewPubSubSubscription(d *schema.ResourceData, u *schema.UsageData) *schema.Resource
- func NewPubSubTopic(d *schema.ResourceData, u *schema.UsageData) *schema.Resource
- func NewStorageBucket(d *schema.ResourceData, u *schema.UsageData) *schema.Resource
Constants ¶
This section is empty.
Variables ¶
View Source
var FreeResources []string = []string{
"google_compute_attached_disk",
"google_compute_backend_bucket",
"google_compute_backend_bucket_signed_url_key",
"google_compute_backend_service",
"google_compute_backend_service_signed_url_key",
"google_compute_disk_iam",
"google_compute_firewall",
"google_compute_global_network_endpoint",
"google_compute_global_network_endpoint_group",
"google_compute_health_check",
"google_compute_http_health_check",
"google_compute_https_health_check",
"google_compute_image_iam",
"google_compute_instance_group",
"google_compute_instance_group_named_port",
"google_compute_instance_iam",
"google_compute_machine_image_iam",
"google_compute_managed_ssl_certificate",
"google_compute_network",
"google_compute_network_endpoint",
"google_compute_network_endpoint_group",
"google_compute_network_peering",
"google_compute_network_peering_routes_config",
"google_compute_organization_security_policy",
"google_compute_organization_security_policy_association",
"google_compute_organization_security_policy_rule",
"google_compute_project_default_network_tier",
"google_compute_project_metadata",
"google_compute_project_metadata_item",
"google_compute_region_backend_service",
"google_compute_region_disk_iam",
"google_compute_region_health_check",
"google_compute_region_network_endpoint_group",
"google_compute_region_per_instance_config",
"google_compute_region_url_map",
"google_compute_route",
"google_compute_router",
"google_compute_router_bgp_peer",
"google_compute_router_interface",
"google_compute_shared_vpc_host_project",
"google_compute_shared_vpc_service_project",
"google_compute_ssl_certificate",
"google_compute_ssl_policy",
"google_compute_subnetwork",
"google_compute_subnetwork_iam",
"google_compute_url_map",
"google_dns_policy",
"google_project",
"google_project_default_service_accounts",
"google_project_iam_audit_config",
"google_project_iam_binding",
"google_project_iam_custom_role",
"google_project_iam_member",
"google_project_iam_policy",
"google_project_organization_policy",
"google_project_service",
"google_project_service_identity",
"google_pubsub_subscription_iam_binding",
"google_pubsub_subscription_iam_member",
"google_pubsub_subscription_iam_policy",
"google_pubsub_topic_iam_binding",
"google_pubsub_topic_iam_member",
"google_pubsub_topic_iam_policy",
"google_service_account",
"google_service_account_iam_binding",
"google_service_account_iam_member",
"google_service_account_iam_policy",
"google_service_account_key",
"google_storage_bucket_access_control",
"google_storage_bucket_acl",
"google_storage_bucket_iam_policy",
"google_storage_bucket_object",
"google_storage_default_object_access_control",
"google_storage_default_object_acl",
"google_storage_hmac_key",
"google_storage_notification",
"google_storage_object_access_control",
"google_storage_object_acl",
"google_usage_export_bucket",
}
FreeResources grouped alphabetically
View Source
var ResourceRegistry []*schema.RegistryItem = []*schema.RegistryItem{ GetComputeAddressRegistryItem(), GetComputeDiskRegistryItem(), GetComputeGlobalAddressRegistryItem(), GetComputeImageRegistryItem(), GetComputeSnapshotRegistryItem(), GetComputeInstanceRegistryItem(), GetComputeRouterNATRegistryItem(), GetContainerClusterRegistryItem(), GetContainerNodePoolRegistryItem(), GetDNSManagedZoneRegistryItem(), GetDNSRecordSetRegistryItem(), GetPubSubSubscriptionRegistryItem(), GetPubSubTopicRegistryItem(), GetStorageBucketRegistryItem(), }
View Source
var UsageOnlyResources []string = []string{}
Functions ¶
func GetComputeAddressRegistryItem ¶ added in v0.7.6
func GetComputeAddressRegistryItem() *schema.RegistryItem
func GetComputeDiskRegistryItem ¶
func GetComputeDiskRegistryItem() *schema.RegistryItem
func GetComputeGlobalAddressRegistryItem ¶ added in v0.7.6
func GetComputeGlobalAddressRegistryItem() *schema.RegistryItem
func GetComputeImageRegistryItem ¶
func GetComputeImageRegistryItem() *schema.RegistryItem
func GetComputeInstanceRegistryItem ¶
func GetComputeInstanceRegistryItem() *schema.RegistryItem
func GetComputeRouterNATRegistryItem ¶ added in v0.7.16
func GetComputeRouterNATRegistryItem() *schema.RegistryItem
func GetComputeSnapshotRegistryItem ¶
func GetComputeSnapshotRegistryItem() *schema.RegistryItem
func GetContainerClusterRegistryItem ¶ added in v0.7.16
func GetContainerClusterRegistryItem() *schema.RegistryItem
func GetContainerNodePoolRegistryItem ¶ added in v0.7.16
func GetContainerNodePoolRegistryItem() *schema.RegistryItem
func GetDNSManagedZoneRegistryItem ¶ added in v0.7.16
func GetDNSManagedZoneRegistryItem() *schema.RegistryItem
func GetDNSRecordSetRegistryItem ¶ added in v0.7.16
func GetDNSRecordSetRegistryItem() *schema.RegistryItem
func GetPubSubSubscriptionRegistryItem ¶ added in v0.7.16
func GetPubSubSubscriptionRegistryItem() *schema.RegistryItem
func GetPubSubTopicRegistryItem ¶ added in v0.7.16
func GetPubSubTopicRegistryItem() *schema.RegistryItem
func GetStorageBucketRegistryItem ¶ added in v0.7.16
func GetStorageBucketRegistryItem() *schema.RegistryItem
func NewComputeAddress ¶ added in v0.7.6
func NewComputeDisk ¶
func NewComputeImage ¶
func NewComputeInstance ¶
func NewComputeRouterNAT ¶ added in v0.7.16
func NewComputeSnapshot ¶
func NewContainerCluster ¶ added in v0.7.16
func NewContainerNodePool ¶ added in v0.7.16
func NewDNSManagedZone ¶ added in v0.7.16
func NewDNSRecordSet ¶ added in v0.7.16
func NewPubSubSubscription ¶ added in v0.7.16
func NewPubSubTopic ¶ added in v0.7.16
func NewStorageBucket ¶ added in v0.7.16
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.