{"id":24503632,"url":"https://github.com/plus3it/terraform-aws-tardigrade-budget","last_synced_at":"2026-02-25T19:32:37.016Z","repository":{"id":221059873,"uuid":"753333841","full_name":"plus3it/terraform-aws-tardigrade-budget","owner":"plus3it","description":"Terraform module for managing an AWS Budget","archived":false,"fork":false,"pushed_at":"2026-01-12T03:10:08.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-02-12T09:23:58.289Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plus3it.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-05T23:00:17.000Z","updated_at":"2026-01-12T03:10:10.000Z","dependencies_parsed_at":"2024-02-26T04:31:11.169Z","dependency_job_id":"883fbcfc-42b7-474b-a10b-c0fdbef7a3d7","html_url":"https://github.com/plus3it/terraform-aws-tardigrade-budget","commit_stats":null,"previous_names":["plus3it/terraform-aws-tardigrade-budget"],"tags_count":1,"template":false,"template_full_name":"plus3it/repo-template","purl":"pkg:github/plus3it/terraform-aws-tardigrade-budget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-tardigrade-budget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-tardigrade-budget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-tardigrade-budget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-tardigrade-budget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plus3it","download_url":"https://codeload.github.com/plus3it/terraform-aws-tardigrade-budget/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-tardigrade-budget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29836261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-21T23:17:54.181Z","updated_at":"2026-02-25T19:32:36.981Z","avatar_url":"https://github.com/plus3it.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-tardigrade-budget\nTerraform module for managing an AWS Budget\n\n\u003c!-- BEGIN TFDOCS --\u003e\n## Requirements\n\nNo requirements.\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | n/a |\n\n## Resources\n\n| Name | Type |\n|------|------|\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_budget\"\u003e\u003c/a\u003e [budget](#input\\_budget) | Object of inputs for AWS Budget configuration | \u003cpre\u003eobject({\u003cbr/\u003e    name         = string\u003cbr/\u003e    limit_amount = string\u003cbr/\u003e\u003cbr/\u003e    account_id        = optional(string)\u003cbr/\u003e    budget_type       = optional(string, \"COST\")\u003cbr/\u003e    limit_unit        = optional(string, \"USD\")\u003cbr/\u003e    time_period_end   = optional(string)\u003cbr/\u003e    time_period_start = optional(string)\u003cbr/\u003e    time_unit         = optional(string, \"MONTHLY\")\u003cbr/\u003e\u003cbr/\u003e    auto_adjust_data = optional(object({\u003cbr/\u003e      auto_adjust_type      = string\u003cbr/\u003e      last_auto_adjust_time = optional(string)\u003cbr/\u003e\u003cbr/\u003e      historical_options = optional(object({\u003cbr/\u003e        budget_adjustment_period   = string\u003cbr/\u003e        lookback_available_periods = optional(string)\u003cbr/\u003e      }))\u003cbr/\u003e    }))\u003cbr/\u003e\u003cbr/\u003e    cost_filters = optional(list(object({\u003cbr/\u003e      name   = string\u003cbr/\u003e      values = list(string)\u003cbr/\u003e    })), [])\u003cbr/\u003e\u003cbr/\u003e    cost_types = optional(object({\u003cbr/\u003e      include_credit             = optional(bool, true)\u003cbr/\u003e      include_discount           = optional(bool, true)\u003cbr/\u003e      include_other_subscription = optional(bool, true)\u003cbr/\u003e      include_recurring          = optional(bool, true)\u003cbr/\u003e      include_refund             = optional(bool, true)\u003cbr/\u003e      include_subscription       = optional(bool, true)\u003cbr/\u003e      include_support            = optional(bool, true)\u003cbr/\u003e      include_tax                = optional(bool, true)\u003cbr/\u003e      include_upfront            = optional(bool, true)\u003cbr/\u003e      use_amortized              = optional(bool, false)\u003cbr/\u003e      use_blended                = optional(bool, false)\u003cbr/\u003e    }), {})\u003cbr/\u003e\u003cbr/\u003e    notifications = optional(list(object({\u003cbr/\u003e      comparison_operator        = string\u003cbr/\u003e      threshold                  = string\u003cbr/\u003e      threshold_type             = string\u003cbr/\u003e      notification_type          = string\u003cbr/\u003e      subscriber_email_addresses = optional(list(string))\u003cbr/\u003e      subscriber_sns_topic_arns  = optional(list(string))\u003cbr/\u003e    })), [])\u003cbr/\u003e\u003cbr/\u003e    planned_limits = optional(list(object({\u003cbr/\u003e      amount     = string\u003cbr/\u003e      start_time = string\u003cbr/\u003e      unit       = string\u003cbr/\u003e    })), [])\u003cbr/\u003e  })\u003c/pre\u003e | n/a | yes |\n\n## Outputs\n\nNo outputs.\n\n\u003c!-- END TFDOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus3it%2Fterraform-aws-tardigrade-budget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplus3it%2Fterraform-aws-tardigrade-budget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus3it%2Fterraform-aws-tardigrade-budget/lists"}