Skip to content

Commit

Permalink
test of new plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tevo-andreskitaura committed Feb 9, 2024
1 parent 2a98162 commit 9d1217c
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,30 @@ terraform {
source = "hashicorp/terraform"
version = ">= 2.0"
}
}
module {
source = "https://github.com/terraform-aws-modules/terraform-aws-rds"
version = ">= 5.0.0"
tls = {
source = "hashicorp/tls"
version = ">= 4.0"
}
local = {
source = "hashicorp/local"
version = ">= 2.0"
}
null = {
source = "hashicorp/null"
version = ">= 3.0"
}
time = {
source = "hashicorp/time"
version = ">= 0.9"
}
rds = {
source = "hashicorp/rds"
version = ">= 2.0"
}
database = {
source = "hashicorp/database"
version = ">= 2.0"
}
}
}

Expand Down

0 comments on commit 9d1217c

Please sign in to comment.