Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

more product renames #385

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/google_access_context_manager_access_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ----------------------------------------------------------------------------
require 'gcp_backend'

# A provider to manage Access Context Manager resources.
# A provider to manage Access Context Manager (VPC Service Controls) resources.
class AccessContextManagerAccessPolicy < GcpResourceBase
name 'google_access_context_manager_access_policy'
desc 'AccessPolicy'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
require 'google/accesscontextmanager/property/serviceperimeter_status'
require 'google/accesscontextmanager/property/serviceperimeter_status_vpc_accessible_services'

# A provider to manage Access Context Manager resources.
# A provider to manage Access Context Manager (VPC Service Controls) resources.
class AccessContextManagerServicePerimeter < GcpResourceBase
name 'google_access_context_manager_service_perimeter'
desc 'ServicePerimeter'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_dataproc_cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
require 'google/dataproc/property/cluster_config_worker_config_disk_config'
require 'google/dataproc/property/cluster_config_worker_config_managed_group_config'

# A provider to manage Cloud Dataproc resources.
# A provider to manage Dataproc resources.
class DataprocCluster < GcpResourceBase
name 'google_dataproc_cluster'
desc 'Cluster'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_filestore_instance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require 'google/filestore/property/instance_file_shares'
require 'google/filestore/property/instance_networks'

# A provider to manage Cloud Filestore resources.
# A provider to manage Filestore resources.
class FilestoreInstance < GcpResourceBase
name 'google_filestore_instance'
desc 'Instance'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_kms_crypto_key.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
require 'gcp_backend'
require 'google/kms/property/cryptokey_version_template'

# A provider to manage Cloud KMS resources.
# A provider to manage Cloud Key Management Service resources.
class KMSCryptoKey < GcpResourceBase
name 'google_kms_crypto_key'
desc 'CryptoKey'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_kms_crypto_key_iam_binding.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
require 'gcp_backend'
require 'google/iam/property/iam_policy_bindings'

# A provider to manage Cloud KMS IAM Binding resources.
# A provider to manage Cloud Key Management Service IAM Binding resources.
class CryptoKeyIamBinding < GcpResourceBase
name 'google_kms_crypto_key_iam_binding'
desc 'CryptoKey Iam Binding'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_kms_crypto_key_iam_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require 'google/iam/property/iam_policy_audit_configs'
require 'google/iam/property/iam_policy_bindings'

# A provider to manage Cloud KMS IAM Policy resources.
# A provider to manage Cloud Key Management Service IAM Policy resources.
class CryptoKeyIamPolicy < GcpResourceBase
name 'google_kms_crypto_key_iam_policy'
desc 'CryptoKey Iam Policy'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_kms_key_ring.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ----------------------------------------------------------------------------
require 'gcp_backend'

# A provider to manage Cloud KMS resources.
# A provider to manage Cloud Key Management Service resources.
class KMSKeyRing < GcpResourceBase
name 'google_kms_key_ring'
desc 'KeyRing'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_kms_key_ring_iam_binding.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
require 'gcp_backend'
require 'google/iam/property/iam_policy_bindings'

# A provider to manage Cloud KMS IAM Binding resources.
# A provider to manage Cloud Key Management Service IAM Binding resources.
class KeyRingIamBinding < GcpResourceBase
name 'google_kms_key_ring_iam_binding'
desc 'KeyRing Iam Binding'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_kms_key_ring_iam_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require 'google/iam/property/iam_policy_audit_configs'
require 'google/iam/property/iam_policy_bindings'

# A provider to manage Cloud KMS IAM Policy resources.
# A provider to manage Cloud Key Management Service IAM Policy resources.
class KeyRingIamPolicy < GcpResourceBase
name 'google_kms_key_ring_iam_policy'
desc 'KeyRing Iam Policy'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_logging_folder_exclusion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ----------------------------------------------------------------------------
require 'gcp_backend'

# A provider to manage Stackdriver Logging resources.
# A provider to manage Cloud (Stackdriver) Logging resources.
class LoggingFolderExclusion < GcpResourceBase
name 'google_logging_folder_exclusion'
desc 'FolderExclusion'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_logging_folder_log_sink.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ----------------------------------------------------------------------------
require 'gcp_backend'

# A provider to manage Stackdriver Logging resources.
# A provider to manage Cloud (Stackdriver) Logging resources.
class LoggingFolderLogSink < GcpResourceBase
name 'google_logging_folder_log_sink'
desc 'FolderLogSink'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_logging_organization_log_sink.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ----------------------------------------------------------------------------
require 'gcp_backend'

# A provider to manage Stackdriver Logging resources.
# A provider to manage Cloud (Stackdriver) Logging resources.
class LoggingOrganizationLogSink < GcpResourceBase
name 'google_logging_organization_log_sink'
desc 'OrganizationLogSink'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_logging_project_exclusion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ----------------------------------------------------------------------------
require 'gcp_backend'

# A provider to manage Stackdriver Logging resources.
# A provider to manage Cloud (Stackdriver) Logging resources.
class LoggingProjectExclusion < GcpResourceBase
name 'google_logging_project_exclusion'
desc 'ProjectExclusion'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_logging_project_sink.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ----------------------------------------------------------------------------
require 'gcp_backend'

# A provider to manage Stackdriver Logging resources.
# A provider to manage Cloud (Stackdriver) Logging resources.
class LoggingProjectSink < GcpResourceBase
name 'google_logging_project_sink'
desc 'ProjectSink'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_project_alert_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
require 'google/monitoring/property/alertpolicy_creation_record'
require 'google/monitoring/property/alertpolicy_documentation'

# A provider to manage Stackdriver Monitoring resources.
# A provider to manage Cloud (Stackdriver) Monitoring resources.
class MonitoringAlertPolicy < GcpResourceBase
name 'google_project_alert_policy'
desc 'AlertPolicy'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_project_metric.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
require 'google/logging/property/metric_metric_descriptor'
require 'google/logging/property/metric_metric_descriptor_labels'

# A provider to manage Stackdriver Logging resources.
# A provider to manage Cloud (Stackdriver) Logging resources.
class LoggingMetric < GcpResourceBase
name 'google_project_metric'
desc 'Metric'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_redis_instance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ----------------------------------------------------------------------------
require 'gcp_backend'

# A provider to manage Cloud Memorystore resources.
# A provider to manage Memorystore (Redis) resources.
class RedisInstance < GcpResourceBase
name 'google_redis_instance'
desc 'Instance'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_runtime_config_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ----------------------------------------------------------------------------
require 'gcp_backend'

# A provider to manage Cloud Runtime Configuration resources.
# A provider to manage Runtime Configurator resources.
class RuntimeConfigConfig < GcpResourceBase
name 'google_runtime_config_config'
desc 'Config'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_runtime_config_config_iam_binding.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
require 'gcp_backend'
require 'google/iam/property/iam_policy_bindings'

# A provider to manage Cloud Runtime Configuration IAM Binding resources.
# A provider to manage Runtime Configurator IAM Binding resources.
class ConfigIamBinding < GcpResourceBase
name 'google_runtime_config_config_iam_binding'
desc 'Config Iam Binding'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_runtime_config_config_iam_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require 'google/iam/property/iam_policy_audit_configs'
require 'google/iam/property/iam_policy_bindings'

# A provider to manage Cloud Runtime Configuration IAM Policy resources.
# A provider to manage Runtime Configurator IAM Policy resources.
class ConfigIamPolicy < GcpResourceBase
name 'google_runtime_config_config_iam_policy'
desc 'Config Iam Policy'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_runtime_config_variable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ----------------------------------------------------------------------------
require 'gcp_backend'

# A provider to manage Cloud Runtime Configuration resources.
# A provider to manage Runtime Configurator resources.
class RuntimeConfigVariable < GcpResourceBase
name 'google_runtime_config_variable'
desc 'Variable'
Expand Down