Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Oct 23, 2023
1 parent 4074731 commit c3a6035
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 69 deletions.
20 changes: 0 additions & 20 deletions examples/bigquery/test.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions examples/cloud_storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ This example illustrates how to use the `pubsub` module.

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| project\_id | The project ID to manage the Pub/Sub resources | `string` | n/a | yes |
| bucket\_name | The name of the GCS bucket name to which to write messages | `string` | n/a | yes |
| project\_id | The project ID to manage the Pub/Sub resources | `string` | n/a | yes |

## Outputs

| Name | Description |
|------|-------------|
| project\_id | The project ID |
| bucket\_name | The name of the Cloud Storage bucket created |
| project\_id | The project ID |
| topic\_name | The name of the Pub/Sub topic created |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Expand Down
20 changes: 0 additions & 20 deletions examples/cloud_storage/test.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions examples/cloud_storage/versions.tf

This file was deleted.

4 changes: 2 additions & 2 deletions test/setup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.78"
version = ">= 4.78"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.78"
version = ">= 4.78"
}
null = {
source = "hashicorp/null"
Expand Down

0 comments on commit c3a6035

Please sign in to comment.