Skip to content

Commit

Permalink
Merge branch 'main' of github.com:compscidr/iac
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Sep 20, 2024
2 parents 1d1d288 + 19f6f28 commit 60869b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ansible/meta/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ roles:

collections:
- name: community.docker
version: "3.12.1"
version: "3.12.2"
- name: community.general
version: "9.3.0"
version: "9.4.0"
- name: compscidr.github_runner
version: "0.0.11"
- name: compscidr.media_server
Expand Down
2 changes: 1 addition & 1 deletion terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.40.0"
version = "2.41.0"
}
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 60869b8

Please sign in to comment.