Skip to content

Commit

Permalink
feat: update base of project
Browse files Browse the repository at this point in the history
  • Loading branch information
marconneves committed Nov 7, 2024
1 parent 164490d commit f3e3643
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 32 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ website/vendor

# Keep windows files with windows line endings
*.winfile eol=crlf

provider.tf
.terraform.lock.hcl
34 changes: 17 additions & 17 deletions examples/resources/coolify_server/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions examples/resources/coolify_server/resource.tf
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@

terraform {
required_providers {
coolify = {
source = "marconneves/coolify"
version = "4.4.0-beta.1"
}
}
}

provider "coolify" {
address = "https://cloud.ferramenta.digital"
token = "3|Tt6iybaozpfPZojdlK5gGGotoxK8Cn1u1xTUCe2T1e65744d"
}

resource "coolify_server" "test" {
name = "example-server"
ip = "192.168.1.100"
Expand Down

0 comments on commit f3e3643

Please sign in to comment.