Skip to content

Commit

Permalink
Update ios_pushserver versions
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Sep 27, 2024
1 parent 4485ecf commit c28c20b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ios_pushserver/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ terraform {
}
}

required_version = "= 1.9.6"

required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "~> 5.0"
}

cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 3.0"
version = "~> 4.0"
}
}
}
Expand Down

0 comments on commit c28c20b

Please sign in to comment.