Skip to content

Commit

Permalink
fix: modified README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-epam committed Nov 14, 2022
1 parent 92262ee commit 3661ee7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ No modules.
| [google_bigquery_dataset.main](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/bigquery_dataset) | resource |

## Inputs
| Name | Description | Type | Default | Required |
| ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ------------- | ------- | :------: |
| <a name="input_dataset_name"></a> [dataset\_name](#input\_dataset\_name) | A unique IDs for datasets | `set(string)` | [ ] | yes |
| <a name="input_product_base_name"></a> [product\_base\_name](#input\_product\_base\_name) | Cloud resources base name (used to create services) | `string` | n/a | yes |
| <a name="input_location"></a> [location](#input\_location) | The geographic location where the dataset is located (for the main project) | `string` | n/a | yes |
| <a name="input_delete_data"></a> [delete\_data](#input\_delete\_data) | If set to true, delete all tables in the dataset when the resource is destroying | `bool` | true | no |
| Name | Description | Type | Default | Required |
| ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ------------- | ------------------- | :------: |
| <a name="input_dataset_name"></a> [dataset\_name](#input\_dataset\_name) | A unique IDs for datasets | `set(string)` | [ ] | yes |
| <a name="input_product_base_name"></a> [product\_base\_name](#input\_product\_base\_name) | Cloud resources base name (used to create services) | `string` | n/a | yes |
| <a name="input_location"></a> [location](#input\_location) | The geographic location where the dataset is located (for the main project) | `string` | n/a | yes |
| <a name="input_delete_data"></a> [delete\_data](#input\_delete\_data) | If set to true, delete all tables in the dataset when the resource is destroying | `bool` | <pre><br>true</pre> | no |

## Outputs
| Name | Description |
Expand Down

0 comments on commit 3661ee7

Please sign in to comment.