Skip to content

Commit

Permalink
fix: add aws provider
Browse files Browse the repository at this point in the history
  • Loading branch information
PScoriae committed Mar 31, 2024
1 parent d405662 commit 3892a32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/cloudflare_record/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4.0"
Expand Down

0 comments on commit 3892a32

Please sign in to comment.