Skip to content

Commit

Permalink
Use lower case for examples resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-net committed Jun 6, 2023
1 parent a258a1a commit 785b241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mmv1/products/dataplex/Datascan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,25 @@ examples:
- !ruby/object:Provider::Terraform::Examples
name: 'dataplex_datascan_basic_profile'
primary_resource_id: 'basic_profile'
primary_resource_name: 'fmt.Sprintf("tf-test-dataScan%s", context["random_suffix"])'
primary_resource_name: 'fmt.Sprintf("tf-test-datascan%s", context["random_suffix"])'
test_env_vars:
project_name: :PROJECT_NAME
- !ruby/object:Provider::Terraform::Examples
name: 'dataplex_datascan_full_profile'
primary_resource_id: 'full_profile'
primary_resource_name: 'fmt.Sprintf("tf-test-dataScan%s", context["random_suffix"])'
primary_resource_name: 'fmt.Sprintf("tf-test-datascan%s", context["random_suffix"])'
test_env_vars:
project_name: :PROJECT_NAME
- !ruby/object:Provider::Terraform::Examples
name: 'dataplex_datascan_basic_quality'
primary_resource_id: 'basic_quality'
primary_resource_name: 'fmt.Sprintf("tf-test-dataScan%s", context["random_suffix"])'
primary_resource_name: 'fmt.Sprintf("tf-test-datascan%s", context["random_suffix"])'
test_env_vars:
project_name: :PROJECT_NAME
- !ruby/object:Provider::Terraform::Examples
name: 'dataplex_datascan_full_quality'
primary_resource_id: 'full_quality'
primary_resource_name: 'fmt.Sprintf("tf-test-dataScan%s", context["random_suffix"])'
primary_resource_name: 'fmt.Sprintf("tf-test-datascan%s", context["random_suffix"])'
test_env_vars:
project_name: :PROJECT_NAME
parameters:
Expand Down

0 comments on commit 785b241

Please sign in to comment.