@@ -60,29 +60,30 @@ func Provider() terraform.ResourceProvider {
60
60
},
61
61
62
62
DataSourcesMap : map [string ]* schema.Resource {
63
- "google_active_folder" : dataSourceGoogleActiveFolder (),
64
- "google_billing_account" : dataSourceGoogleBillingAccount (),
65
- "google_dns_managed_zone" : dataSourceDnsManagedZone (),
66
- "google_client_config" : dataSourceGoogleClientConfig (),
67
- "google_cloudfunctions_function" : dataSourceGoogleCloudFunctionsFunction (),
68
- "google_compute_address" : dataSourceGoogleComputeAddress (),
69
- "google_compute_image" : dataSourceGoogleComputeImage (),
70
- "google_compute_global_address" : dataSourceGoogleComputeGlobalAddress (),
71
- "google_compute_lb_ip_ranges" : dataSourceGoogleComputeLbIpRanges (),
72
- "google_compute_network" : dataSourceGoogleComputeNetwork (),
73
- "google_compute_subnetwork" : dataSourceGoogleComputeSubnetwork (),
74
- "google_compute_zones" : dataSourceGoogleComputeZones (),
75
- "google_compute_instance_group" : dataSourceGoogleComputeInstanceGroup (),
76
- "google_compute_region_instance_group" : dataSourceGoogleComputeRegionInstanceGroup (),
77
- "google_compute_vpn_gateway" : dataSourceGoogleComputeVpnGateway (),
78
- "google_container_cluster" : dataSourceGoogleContainerCluster (),
79
- "google_container_engine_versions" : dataSourceGoogleContainerEngineVersions (),
80
- "google_container_registry_repository" : dataSourceGoogleContainerRepo (),
81
- "google_container_registry_image" : dataSourceGoogleContainerImage (),
82
- "google_iam_policy" : dataSourceGoogleIamPolicy (),
83
- "google_kms_secret" : dataSourceGoogleKmsSecret (),
84
- "google_organization" : dataSourceGoogleOrganization (),
85
- "google_storage_object_signed_url" : dataSourceGoogleSignedUrl (),
63
+ "google_active_folder" : dataSourceGoogleActiveFolder (),
64
+ "google_billing_account" : dataSourceGoogleBillingAccount (),
65
+ "google_dns_managed_zone" : dataSourceDnsManagedZone (),
66
+ "google_client_config" : dataSourceGoogleClientConfig (),
67
+ "google_cloudfunctions_function" : dataSourceGoogleCloudFunctionsFunction (),
68
+ "google_compute_address" : dataSourceGoogleComputeAddress (),
69
+ "google_compute_image" : dataSourceGoogleComputeImage (),
70
+ "google_compute_global_address" : dataSourceGoogleComputeGlobalAddress (),
71
+ "google_compute_lb_ip_ranges" : dataSourceGoogleComputeLbIpRanges (),
72
+ "google_compute_network" : dataSourceGoogleComputeNetwork (),
73
+ "google_compute_subnetwork" : dataSourceGoogleComputeSubnetwork (),
74
+ "google_compute_zones" : dataSourceGoogleComputeZones (),
75
+ "google_compute_instance_group" : dataSourceGoogleComputeInstanceGroup (),
76
+ "google_compute_region_instance_group" : dataSourceGoogleComputeRegionInstanceGroup (),
77
+ "google_compute_vpn_gateway" : dataSourceGoogleComputeVpnGateway (),
78
+ "google_container_cluster" : dataSourceGoogleContainerCluster (),
79
+ "google_container_engine_versions" : dataSourceGoogleContainerEngineVersions (),
80
+ "google_container_registry_repository" : dataSourceGoogleContainerRepo (),
81
+ "google_container_registry_image" : dataSourceGoogleContainerImage (),
82
+ "google_iam_policy" : dataSourceGoogleIamPolicy (),
83
+ "google_kms_secret" : dataSourceGoogleKmsSecret (),
84
+ "google_organization" : dataSourceGoogleOrganization (),
85
+ "google_storage_object_signed_url" : dataSourceGoogleSignedUrl (),
86
+ "google_storage_project_service_account" : dataSourceGoogleStorageProjectServiceAccount (),
86
87
},
87
88
88
89
ResourcesMap : map [string ]* schema.Resource {
0 commit comments