diff --git a/.changelog/12543.txt b/.changelog/12543.txt new file mode 100644 index 00000000000..42b910df155 --- /dev/null +++ b/.changelog/12543.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` \ No newline at end of file diff --git a/google/fwvalidators/framework_validators_test.go b/google/fwvalidators/framework_validators_test.go index 2ced32b760a..d4ff7b82230 100644 --- a/google/fwvalidators/framework_validators_test.go +++ b/google/fwvalidators/framework_validators_test.go @@ -27,7 +27,7 @@ func TestFrameworkProvider_CredentialsValidator(t *testing.T) { "configuring credentials as a path to a credentials JSON file is valid": { ConfigValue: types.StringValue(transport_tpg.TestFakeCredentialsPath), // Path to a test fixture }, - "configuring credentials as a path to a non-existant file is NOT valid": { + "configuring credentials as a path to a non-existent file is NOT valid": { ConfigValue: types.StringValue("./this/path/doesnt/exist.json"), // Doesn't exist ExpectedErrorCount: 1, }, diff --git a/google/services/alloydb/resource_alloydb_secondary_cluster_test.go b/google/services/alloydb/resource_alloydb_secondary_cluster_test.go index ac0c56cd576..d40893d0dea 100644 --- a/google/services/alloydb/resource_alloydb_secondary_cluster_test.go +++ b/google/services/alloydb/resource_alloydb_secondary_cluster_test.go @@ -1231,7 +1231,7 @@ data "google_compute_global_address" "private_ip_alloc" { `, context) } -// This test passes if automated backup policy and inital user can be added and deleted from the promoted secondary cluster +// This test passes if automated backup policy and initial user can be added and deleted from the promoted secondary cluster func TestAccAlloydbCluster_secondaryClusterPromoteAndAddAndDeleteAutomatedBackupPolicyAndInitialUser(t *testing.T) { t.Parallel() diff --git a/google/services/bigquery/resource_bigquery_table_test.go b/google/services/bigquery/resource_bigquery_table_test.go index bb32aa09cc0..2979d80d920 100644 --- a/google/services/bigquery/resource_bigquery_table_test.go +++ b/google/services/bigquery/resource_bigquery_table_test.go @@ -904,7 +904,7 @@ func TestAccBigQueryExternalDataTable_queryAcceleration(t *testing.T) { connectionID := fmt.Sprintf("tf_test_%s", acctest.RandString(t, 10)) metadataCacheMode := "AUTOMATIC" - // including an optional field. Should work without specifiying. + // including an optional field. Should work without specifying. // Has to follow google sql IntervalValue encoding maxStaleness := "0-0 0 10:0:0" @@ -929,7 +929,7 @@ func TestAccBigQueryExternalDataTable_objectTable(t *testing.T) { datasetID := fmt.Sprintf("tf_test_%s", acctest.RandString(t, 10)) tableID := fmt.Sprintf("tf_test_%s", acctest.RandString(t, 10)) connectionID := fmt.Sprintf("tf_test_%s", acctest.RandString(t, 10)) - // including an optional field. Should work without specifiying. + // including an optional field. Should work without specifying. // Has to follow google sql IntervalValue encoding maxStaleness := "0-0 0 10:0:0" diff --git a/google/services/dialogflowcx/resource_dialogflow_cx_agent.go b/google/services/dialogflowcx/resource_dialogflow_cx_agent.go index ba7c4ae4205..3a6e8ca00b1 100644 --- a/google/services/dialogflowcx/resource_dialogflow_cx_agent.go +++ b/google/services/dialogflowcx/resource_dialogflow_cx_agent.go @@ -199,7 +199,7 @@ A duration in seconds with up to nine fractional digits, ending with 's'. Exampl "use_timeout_based_endpointing": { Type: schema.TypeBool, Optional: true, - Description: `Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.`, + Description: `Use timeout based endpointing, interpreting endpointer sensitivity as seconds of timeout value.`, }, }, }, diff --git a/google/services/firestore/resource_firestore_database.go b/google/services/firestore/resource_firestore_database.go index 7fee90ee16e..f48ec0b96a7 100644 --- a/google/services/firestore/resource_firestore_database.go +++ b/google/services/firestore/resource_firestore_database.go @@ -113,7 +113,7 @@ Cloud KMS multi-region europe. See https://cloud.google.com/kms/docs/locations. This value should be the KMS key resource ID in the format of 'projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}'. -How to retrive this resource ID is listed at +How to retrieve this resource ID is listed at https://cloud.google.com/kms/docs/getting-resource-ids#getting_the_id_for_a_key_and_version.`, }, "active_key_version": { diff --git a/google/services/firestore/resource_firestore_field.go b/google/services/firestore/resource_firestore_field.go index a8875e33e86..5b7ef31f290 100644 --- a/google/services/firestore/resource_firestore_field.go +++ b/google/services/firestore/resource_firestore_field.go @@ -622,7 +622,7 @@ func expandFirestoreFieldIndexConfig(v interface{}, d tpgresource.TerraformResou /* * Expands an empty terraform config into an empty object. * - * Used to differentate a user specifying an empty block versus a null/unset block. + * Used to differentiate a user specifying an empty block versus a null/unset block. * * This is unique from send_empty_value, which will send an explicit null value * for empty configuration blocks. diff --git a/google/services/integrationconnectors/resource_integration_connectors_connection.go b/google/services/integrationconnectors/resource_integration_connectors_connection.go index 261da351f7d..ea4b9eb633c 100644 --- a/google/services/integrationconnectors/resource_integration_connectors_connection.go +++ b/google/services/integrationconnectors/resource_integration_connectors_connection.go @@ -472,7 +472,7 @@ Will be empty string if google managed.`, "description": { Type: schema.TypeString, Optional: true, - Description: `An arbitrary description for the Conection.`, + Description: `An arbitrary description for the Connection.`, }, "destination_config": { Type: schema.TypeList, diff --git a/google/services/secretmanager/data_source_secret_manager_secrets_test.go b/google/services/secretmanager/data_source_secret_manager_secrets_test.go index 9335b0e8e74..e925743df1d 100644 --- a/google/services/secretmanager/data_source_secret_manager_secrets_test.go +++ b/google/services/secretmanager/data_source_secret_manager_secrets_test.go @@ -233,7 +233,7 @@ func checkFieldsMatchForDataSourceStateAndResourceState(dsAttr, rsAttr map[strin return nil } -// This function checks state match for resourceName and asserts the absense of resourceName2 in data source +// This function checks state match for resourceName and asserts the absence of resourceName2 in data source func checkListDataSourceStateMatchesResourceStateWithIgnoresForAppliedFilter(dataSourceName, resourceName, resourceName2 string, ignoreFields map[string]struct{}) func(*terraform.State) error { return func(s *terraform.State) error { ds, ok := s.RootModule().Resources[dataSourceName] diff --git a/google/services/sql/data_source_sql_database_instances_test.go b/google/services/sql/data_source_sql_database_instances_test.go index d1a085d5e89..b9792776034 100644 --- a/google/services/sql/data_source_sql_database_instances_test.go +++ b/google/services/sql/data_source_sql_database_instances_test.go @@ -329,7 +329,7 @@ func checkListDataSourceStateMatchesResourceStateWithIgnores(dataSourceName, res } } -// This function checks state match for resorceName2 and asserts the absense of resorceName in data source +// This function checks state match for resorceName2 and asserts the absence of resorceName in data source func checkListDataSourceStateMatchesResourceStateWithIgnoresForAppliedFilter(dataSourceName, resourceName, resourceName2 string, ignoreFields map[string]struct{}) func(*terraform.State) error { return func(s *terraform.State) error { ds, ok := s.RootModule().Resources[dataSourceName] @@ -375,7 +375,7 @@ func checkResourceAbsentInDataSourceAfterFilterApllied(dsAttr, rsAttr map[string return nil } -// This function checks whether all the attributes of the database instance resource and the attributes of the datbase instance inside the data source list are the same +// This function checks whether all the attributes of the database instance resource and the attributes of the database instance inside the data source list are the same func checkFieldsMatchForDataSourceStateAndResourceState(dsAttr, rsAttr map[string]string, ignoreFields map[string]struct{}) error { totalInstances, err := strconv.Atoi(dsAttr["instances.#"]) if err != nil { diff --git a/google/services/sql/data_source_sql_databases_test.go b/google/services/sql/data_source_sql_databases_test.go index c5931f7b657..c216dba9498 100644 --- a/google/services/sql/data_source_sql_databases_test.go +++ b/google/services/sql/data_source_sql_databases_test.go @@ -109,7 +109,7 @@ func checkDatabasesListDataSourceStateMatchesResourceStateWithIgnores(dataSource } } -// This function checks whether all the attributes of the database instance resource and the attributes of the datbase instance inside the data source list are the same +// This function checks whether all the attributes of the database instance resource and the attributes of the database instance inside the data source list are the same func checkDatabaseFieldsMatchForDataSourceStateAndResourceState(dsAttr, rsAttr map[string]string, ignoreFields map[string]struct{}) error { totalInstances, err := strconv.Atoi(dsAttr["databases.#"]) if err != nil { diff --git a/website/docs/r/dialogflow_cx_agent.html.markdown b/website/docs/r/dialogflow_cx_agent.html.markdown index eec97310c24..e43ec20824a 100644 --- a/website/docs/r/dialogflow_cx_agent.html.markdown +++ b/website/docs/r/dialogflow_cx_agent.html.markdown @@ -252,7 +252,7 @@ The following arguments are supported: * `use_timeout_based_endpointing` - (Optional) - Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value. + Use timeout based endpointing, interpreting endpointer sensitivity as seconds of timeout value. * `models` - (Optional) diff --git a/website/docs/r/firebase_hosting_custom_domain.html.markdown b/website/docs/r/firebase_hosting_custom_domain.html.markdown index cd66c636458..c342c7ab93a 100644 --- a/website/docs/r/firebase_hosting_custom_domain.html.markdown +++ b/website/docs/r/firebase_hosting_custom_domain.html.markdown @@ -269,7 +269,7 @@ In addition to the arguments listed above, the following computed attributes are Structure is [documented below](#nested_cert). * `reconciling` - - if true, indicates that Hosting's systems are attmepting to + if true, indicates that Hosting's systems are attempting to make the `CustomDomain`'s state match your preferred state. This is most frequently `true` when initially provisioning a `CustomDomain` or when creating a new SSL certificate to match an updated `cert_preference` diff --git a/website/docs/r/firestore_database.html.markdown b/website/docs/r/firestore_database.html.markdown index a3a31a3745c..47520623789 100644 --- a/website/docs/r/firestore_database.html.markdown +++ b/website/docs/r/firestore_database.html.markdown @@ -269,7 +269,7 @@ See also `delete_protection`. Cloud KMS multi-region europe. See https://cloud.google.com/kms/docs/locations. This value should be the KMS key resource ID in the format of `projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. - How to retrive this resource ID is listed at + How to retrieve this resource ID is listed at https://cloud.google.com/kms/docs/getting-resource-ids#getting_the_id_for_a_key_and_version. * `active_key_version` - diff --git a/website/docs/r/integration_connectors_connection.html.markdown b/website/docs/r/integration_connectors_connection.html.markdown index c7bba864669..1e77a1e4b7e 100644 --- a/website/docs/r/integration_connectors_connection.html.markdown +++ b/website/docs/r/integration_connectors_connection.html.markdown @@ -311,7 +311,7 @@ The following arguments are supported: * `description` - (Optional) - An arbitrary description for the Conection. + An arbitrary description for the Connection. * `labels` - (Optional)