Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'max_time_travel_hours ' support on BQ module #1156

Merged
merged 1 commit into from Feb 14, 2023

Conversation

lcaggio
Copy link
Collaborator

@lcaggio lcaggio commented Feb 14, 2023

Add 'max_time_travel_hours ' support on BQ module with default value .

The current module cause a continue 'tf apply' change due to the missing default value.

  ~ resource "google_bigquery_dataset" "default" {
        id                              = "projects/PROJECT_ID/datasets/DATASET_NAME"
      - max_time_travel_hours           = "168" -> null
        # (12 unchanged attributes hidden)

        # (5 unchanged blocks hidden)
    }

@lcaggio lcaggio marked this pull request as ready for review February 14, 2023 08:07
@lcaggio lcaggio merged commit 13f2859 into master Feb 14, 2023
@lcaggio lcaggio deleted the lcaggio/bq-max_time_travel_hours branch February 14, 2023 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants