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

feat!: Add support for custom time periods in budget module #738

Merged
merged 9 commits into from
Aug 18, 2022

Conversation

abhisek00
Copy link
Contributor

Fix for the #729

@abhisek00 abhisek00 requested a review from a team as a code owner August 8, 2022 05:52
Copy link
Member

@bharathkkb bharathkkb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @abhisek00

modules/budget/main.tf Outdated Show resolved Hide resolved
modules/budget/main.tf Outdated Show resolved Hide resolved
modules/budget/main.tf Outdated Show resolved Hide resolved
modules/budget/main.tf Outdated Show resolved Hide resolved
modules/budget/main.tf Outdated Show resolved Hide resolved
modules/budget/main.tf Outdated Show resolved Hide resolved
modules/budget/variables.tf Outdated Show resolved Hide resolved
modules/budget/variables.tf Show resolved Hide resolved
main.tf Outdated Show resolved Hide resolved
modules/budget/main.tf Outdated Show resolved Hide resolved
modules/budget/variables.tf Outdated Show resolved Hide resolved
variables.tf Outdated Show resolved Hide resolved
modules/budget/variables.tf Outdated Show resolved Hide resolved
Copy link
Member

@bharathkkb bharathkkb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A last request - I just noticed this relies on provider version 4.28+

We should also update

required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.11"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.11"
}

and
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.5"
}
}

to use ~> 4.28

@bharathkkb bharathkkb changed the title Fix: Add support for custom time periods in budget module feat!: Add support for custom time periods in budget module Aug 16, 2022
@comment-bot-dev
Copy link

@abhisek00
Thanks for the PR! 🚀
✅ Lint checks have passed.

@bharathkkb bharathkkb merged commit 9273052 into terraform-google-modules:master Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants