File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ changelog:
7171 - " ^chore\\ (git\\ ):" # repo maintenance nobody cares about
7272 - " ^merge"
7373 - " ^Merge"
74+ - " \\ btypos?\\ b" # typos are not interesting
7475 groups :
7576 - title : ⚠️ Breaking Changes
7677 regexp : " ^.*\\ w[(\\ w)]*!:+.*$"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Get a list of Coolify servers.
1616# Retrieve all servers
1717data "coolify_servers" "all" {}
1818
19- # Retrieve servers with a specific description and team_id
19+ # Retrieve servers with a specific user and ip address
2020data "coolify_servers" "filtered" {
2121 filter {
2222 name = "user"
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ Get a list of Coolify teams.
1313## Example Usage
1414
1515``` terraform
16- # Retrieve all private keys
16+ # Retrieve all teams
1717data "coolify_teams" "all" {}
1818
19- # Retrieve private keys with a specific description and team_id
19+ # Retrieve teams with specific field values
2020data "coolify_teams" "filtered" {
2121 filter {
2222 name = "discord_enabled"
Original file line number Diff line number Diff line change 11# Retrieve all servers
22data "coolify_servers" "all" {}
33
4- # Retrieve servers with a specific description and team_id
4+ # Retrieve servers with a specific user and ip address
55data "coolify_servers" "filtered" {
66 filter {
77 name = " user"
Original file line number Diff line number Diff line change 1- # Retrieve all private keys
1+ # Retrieve all teams
22data "coolify_teams" "all" {}
33
4- # Retrieve private keys with a specific description and team_id
4+ # Retrieve teams with specific field values
55data "coolify_teams" "filtered" {
66 filter {
77 name = " discord_enabled"
You can’t perform that action at this time.
0 commit comments