Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
BATIAI-1750 - Update TF provider version (#10)
Browse files Browse the repository at this point in the history
* Updates all the TF AWS providers to 5.8.0 and gatus with Fargate 10.0.0
  • Loading branch information
CollectiveUnicorn authored Jul 25, 2023
1 parent 9fdeba5 commit cb0375e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.0] - 2023-07-24
Updates all the TF AWS providers to 5.8.0 of gatus (with Fargate 10.0.0)

## [5.0.0] - 2023-03-17
### Breaking
- Now will create the ECS cluster for you unless disabled with `create_ecs_cluster = false`
Expand Down
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.0"
version = ">= 5.0"
}
}
}

module "gatus" {
source = "USSBA/easy-fargate-service/aws"
version = "~> 9.2"
version = "~> 10.0.0"
family = var.service_name
task_policy_json = data.aws_iam_policy_document.fargate.json
container_definitions = [
Expand Down

0 comments on commit cb0375e

Please sign in to comment.