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 Aug 16, 2024
2 parents e35aa3e + ac965b5 commit fa1ad49
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ansible/meta/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ roles:
- name: buluma.virtualbox
version: "24.3.31"
- name: nickjj.docker
version: "v2.4.0"
version: "v2.5.0"
- name: diodonfrost.terraform
version: "1.6.1"
- name: diodonfrost.vagrant
Expand All @@ -19,13 +19,13 @@ roles:
- name: darkwizard242.speedtest
version: "4.0.0"
- name: geerlingguy.php
version: "5.0.1"
version: "6.0.0"

collections:
- name: community.docker
version: "3.11.0"
version: "3.12.1"
- name: community.general
version: "9.2.0"
version: "9.3.0"
- name: compscidr.github_runner
version: "0.0.10"
- name: compscidr.media_server
Expand Down
8 changes: 8 additions & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ resource "digitalocean_record" "txt" {
value = "keybase-site-verification=YuSsvhu0S_6Oy2jZeTSr9ZojN-hYTcSl4HlWTvYxZBw"
}

# maven verification record
resource "digitalocean_record" "txt" {
domain = digitalocean_domain.default.name
type = "TXT"
name = "@"
value = "7mi6gm0pb0"
}

resource "digitalocean_record" "A-home" {
domain = digitalocean_domain.default.name
type = "A"
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.39.2"
version = "2.40.0"
}
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit fa1ad49

Please sign in to comment.