Skip to content

Releases: civo/terraform-provider-civo

v0.9.12

08 Jul 22:12
a50103a
Compare
Choose a tag to compare

Changelog

73ebfd3 - Add civo_dns_domain_name and civo_dns_domain_record - Fix some error in the resource_network.go and resource_volume.go
2ab8c47 - Add doc.md to know how to use the provider
e5e45e6 - Add tags to the instance - Update civo api to v0.1.0
14822c9 - Add the instances delete function
db611b6 - Add the instances red function - Add all possible option to the resource
89aa863 - Add validate to the instance reverse_dns (no white spaces)
96f9e41 - Added the new data source snapshot - fix error in snapshot resource doc
7f7d75d - Fix error in tags - Update README.md and doc.md
935ec41 - Remove tags from the instance creation for now - Add resource_network.go and resource_volume.go
47fc803 - Remove validator from resource_instance.go to utils.go - Add resource_network.go to handler the networks in civo
237f68b - Rename provider folder to civo - Change .travis.yml to use Go 1.13
4382fc4 - Update .travis.yml
2552d95 - Update civo go api
974af8b - Update civo go api
9528703 - Update go 1.13
310145c - Update go 1.13
549da91 - Update the documentation for data source instance_size and template
334cdb5 Add DNS domain record test
dd8e95d Add status badge for GitHub actions
4340f34 Add travis status to title
94afb93 Add vendored sources
1180c4d Add version to goreleaser
d5eaef1 Added CPU, RAM and SSD fields to Instance and Kubernetes module
a456dad Added a error handler to the provider in the case of the token not was found
efbfce8 Added data source Template test
9d480c9 Added data source kubernetes versions test
12c41ce Added data source snapshot test
4dfc12d Added default value to size and initial_user in the instance resource
bbb1821 Added kubernetes cluster data source
5c1ad36 Added master_ip to kubernetes cluster
439c0d4 Added new data source test
834a4e3 Added new test
4f3a1a1 Added new test
91509d2 Added new test
3a237d7 Added new test
75e69a8 Added new test
2601717 Added new test to the provider
807f086 Added support to add script
61987e1 Added the SSH Key test and the Snapshot test
102a5b2 Added the Template test
d049062 Added the change logs
400524a Added the first test to the project
92073ab Added the make test to the github actions
255aaf4 Added the new data source loadbalancer to get one loadbalancer from the civo cloud
e32df07 Added the new data source ssh key to get one ssh from the civo cloud
256b2e3 Added the option to recreate resource if not found in the cloud
465ad8b Change in the readme
a14c2e5 Change the provider, now the token is not required so you can use CIVO_TOKEN in the env
95a61bc Create CODEOWNERS
6805f18 Edit Kubernetes provider markdown mistype
e018fda First commit for the terraform provider for civo - Now can create a instances
ea7666f Fix doc.md typo?
a239402 Fix error in k8s cluster after deletion
05ec3ec Fix some error found in the code
0bb5787 Fixed error in all this files
0c87d35 Fixed error in provider
8b75b83 Fixed error in the doc
ca85af3 Fixed error in the doc again
5c5c95d Fixed error in the doc of the template resource
bd3664d Fixed error in the instances creation
8ab9073 Fixed error in the kubernetes cluster, the master's ip was not set
9bd1bc7 Fixed error in the kubernetes resource Update the kubernetes test
b73725b Fixed error in the provider
25a1a6b Fixed error ins some test
68cca03 Fixed kubernetes cluster
718385e Initial commit
7845305 Initial readme update
0e81005 Merge remote-tracking branch 'origin/master'
4172f90 Pre release
d2dba75 Remove Travis integration
7df84a3 Remove website test until we're on there
93d44b4 Renamed Makefile
e8e23f4 Template files added
d9e6c92 Update README to add status
6e56ab4 Update change log
eb0123f Update change log
2127d82 Update documetation
a50103a Update goreleaser-action to v2
94bd2d6 Update kubernetes cluster data source with the new fields
0202a44 Update the change logs
dec8290 Update the documentation
4e5b922 Update the documentation of the kubernetes cluster
a3077b4 Upgrade the version of civogo lib
862f18a Use GitHub actions
10629d6 feat(DataSource): Added new data source
cf116fa feat(DataSource): Added new data source
aeb3932 feat(DataSource): Added new data source
559594a feat(DataSource): Added new data source
40a1654 feat(DataSource): Added new data source
c97d499 feat(DataSource): Added new data source
69cb929 feat(Doc): Fix error in doc
48470cc feat(datasource): improved the data source filter system
8b9cd6f feat(doc): Change the readme
08dad15 feat(instances): added support to add script
834be2e feat: Add firewall and loadbalancer
10be43b feat: Add goreleaser conf
77c3d35 feat: Add other data resource, k8s version, instances size
0892984 feat: Add other resource, kubernet, snapshot
04c84fe feat: Add ssh resource
79ff73a feat: Add templates module
e2e5c6f feat: Added one feature to the provider
52bf3e0 feat: Added one feature to the snapshot resource
e4dc011 feat: Added the option to import existing infrastructure
d656e61 feat: Update .goreleaser
c12905c feat: fister test
71e4ade fix(Firewall): Fix a type error in the firewall
fd39413 fix: Remove a temporal file
197425b improved the data source filter

v0.9.11

06 Jul 21:14
bbb1821
Compare
Choose a tag to compare

Changelog

73ebfd3 - Add civo_dns_domain_name and civo_dns_domain_record - Fix some error in the resource_network.go and resource_volume.go
2ab8c47 - Add doc.md to know how to use the provider
e5e45e6 - Add tags to the instance - Update civo api to v0.1.0
14822c9 - Add the instances delete function
db611b6 - Add the instances red function - Add all possible option to the resource
89aa863 - Add validate to the instance reverse_dns (no white spaces)
96f9e41 - Added the new data source snapshot - fix error in snapshot resource doc
7f7d75d - Fix error in tags - Update README.md and doc.md
935ec41 - Remove tags from the instance creation for now - Add resource_network.go and resource_volume.go
47fc803 - Remove validator from resource_instance.go to utils.go - Add resource_network.go to handler the networks in civo
237f68b - Rename provider folder to civo - Change .travis.yml to use Go 1.13
4382fc4 - Update .travis.yml
2552d95 - Update civo go api
974af8b - Update civo go api
9528703 - Update go 1.13
310145c - Update go 1.13
549da91 - Update the documentation for data source instance_size and template
334cdb5 Add DNS domain record test
dd8e95d Add status badge for GitHub actions
4340f34 Add travis status to title
94afb93 Add vendored sources
1180c4d Add version to goreleaser
a456dad Added a error handler to the provider in the case of the token not was found
efbfce8 Added data source Template test
9d480c9 Added data source kubernetes versions test
12c41ce Added data source snapshot test
4dfc12d Added default value to size and initial_user in the instance resource
bbb1821 Added kubernetes cluster data source
5c1ad36 Added master_ip to kubernetes cluster
439c0d4 Added new data source test
91509d2 Added new test
3a237d7 Added new test
4f3a1a1 Added new test
834a4e3 Added new test
75e69a8 Added new test
2601717 Added new test to the provider
807f086 Added support to add script
61987e1 Added the SSH Key test and the Snapshot test
102a5b2 Added the Template test
d049062 Added the change logs
400524a Added the first test to the project
92073ab Added the make test to the github actions
255aaf4 Added the new data source loadbalancer to get one loadbalancer from the civo cloud
e32df07 Added the new data source ssh key to get one ssh from the civo cloud
256b2e3 Added the option to recreate resource if not found in the cloud
465ad8b Change in the readme
a14c2e5 Change the provider, now the token is not required so you can use CIVO_TOKEN in the env
95a61bc Create CODEOWNERS
6805f18 Edit Kubernetes provider markdown mistype
e018fda First commit for the terraform provider for civo - Now can create a instances
ea7666f Fix doc.md typo?
a239402 Fix error in k8s cluster after deletion
05ec3ec Fix some error found in the code
0bb5787 Fixed error in all this files
0c87d35 Fixed error in provider
8b75b83 Fixed error in the doc
ca85af3 Fixed error in the doc again
5c5c95d Fixed error in the doc of the template resource
bd3664d Fixed error in the instances creation
8ab9073 Fixed error in the kubernetes cluster, the master's ip was not set
9bd1bc7 Fixed error in the kubernetes resource Update the kubernetes test
b73725b Fixed error in the provider
25a1a6b Fixed error ins some test
68cca03 Fixed kubernetes cluster
718385e Initial commit
7845305 Initial readme update
0e81005 Merge remote-tracking branch 'origin/master'
4172f90 Pre release
d2dba75 Remove Travis integration
7df84a3 Remove website test until we're on there
93d44b4 Renamed Makefile
e8e23f4 Template files added
d9e6c92 Update README to add status
2127d82 Update documetation
0202a44 Update the change logs
dec8290 Update the documentation
4e5b922 Update the documentation of the kubernetes cluster
a3077b4 Upgrade the version of civogo lib
862f18a Use GitHub actions
40a1654 feat(DataSource): Added new data source
559594a feat(DataSource): Added new data source
aeb3932 feat(DataSource): Added new data source
c97d499 feat(DataSource): Added new data source
10629d6 feat(DataSource): Added new data source
cf116fa feat(DataSource): Added new data source
69cb929 feat(Doc): Fix error in doc
48470cc feat(datasource): improved the data source filter system
8b9cd6f feat(doc): Change the readme
08dad15 feat(instances): added support to add script
834be2e feat: Add firewall and loadbalancer
10be43b feat: Add goreleaser conf
77c3d35 feat: Add other data resource, k8s version, instances size
0892984 feat: Add other resource, kubernet, snapshot
04c84fe feat: Add ssh resource
79ff73a feat: Add templates module
e2e5c6f feat: Added one feature to the provider
52bf3e0 feat: Added one feature to the snapshot resource
e4dc011 feat: Added the option to import existing infrastructure
d656e61 feat: Update .goreleaser
c12905c feat: fister test
71e4ade fix(Firewall): Fix a type error in the firewall
fd39413 fix: Remove a temporal file
197425b improved the data source filter

v0.9.10

06 Jul 17:18
8ab9073
Compare
Choose a tag to compare

Changelog

73ebfd3 - Add civo_dns_domain_name and civo_dns_domain_record - Fix some error in the resource_network.go and resource_volume.go
2ab8c47 - Add doc.md to know how to use the provider
e5e45e6 - Add tags to the instance - Update civo api to v0.1.0
14822c9 - Add the instances delete function
db611b6 - Add the instances red function - Add all possible option to the resource
89aa863 - Add validate to the instance reverse_dns (no white spaces)
96f9e41 - Added the new data source snapshot - fix error in snapshot resource doc
7f7d75d - Fix error in tags - Update README.md and doc.md
935ec41 - Remove tags from the instance creation for now - Add resource_network.go and resource_volume.go
47fc803 - Remove validator from resource_instance.go to utils.go - Add resource_network.go to handler the networks in civo
237f68b - Rename provider folder to civo - Change .travis.yml to use Go 1.13
4382fc4 - Update .travis.yml
974af8b - Update civo go api
2552d95 - Update civo go api
9528703 - Update go 1.13
310145c - Update go 1.13
549da91 - Update the documentation for data source instance_size and template
334cdb5 Add DNS domain record test
dd8e95d Add status badge for GitHub actions
4340f34 Add travis status to title
94afb93 Add vendored sources
1180c4d Add version to goreleaser
a456dad Added a error handler to the provider in the case of the token not was found
efbfce8 Added data source Template test
9d480c9 Added data source kubernetes versions test
12c41ce Added data source snapshot test
4dfc12d Added default value to size and initial_user in the instance resource
5c1ad36 Added master_ip to kubernetes cluster
439c0d4 Added new data source test
75e69a8 Added new test
4f3a1a1 Added new test
91509d2 Added new test
3a237d7 Added new test
834a4e3 Added new test
2601717 Added new test to the provider
807f086 Added support to add script
61987e1 Added the SSH Key test and the Snapshot test
102a5b2 Added the Template test
d049062 Added the change logs
400524a Added the first test to the project
255aaf4 Added the new data source loadbalancer to get one loadbalancer from the civo cloud
e32df07 Added the new data source ssh key to get one ssh from the civo cloud
256b2e3 Added the option to recreate resource if not found in the cloud
465ad8b Change in the readme
a14c2e5 Change the provider, now the token is not required so you can use CIVO_TOKEN in the env
95a61bc Create CODEOWNERS
6805f18 Edit Kubernetes provider markdown mistype
e018fda First commit for the terraform provider for civo - Now can create a instances
ea7666f Fix doc.md typo?
a239402 Fix error in k8s cluster after deletion
05ec3ec Fix some error found in the code
0bb5787 Fixed error in all this files
0c87d35 Fixed error in provider
8b75b83 Fixed error in the doc
ca85af3 Fixed error in the doc again
5c5c95d Fixed error in the doc of the template resource
bd3664d Fixed error in the instances creation
8ab9073 Fixed error in the kubernetes cluster, the master's ip was not set
9bd1bc7 Fixed error in the kubernetes resource Update the kubernetes test
b73725b Fixed error in the provider
25a1a6b Fixed error ins some test
68cca03 Fixed kubernetes cluster
718385e Initial commit
7845305 Initial readme update
0e81005 Merge remote-tracking branch 'origin/master'
4172f90 Pre release
d2dba75 Remove Travis integration
7df84a3 Remove website test until we're on there
93d44b4 Renamed Makefile
e8e23f4 Template files added
d9e6c92 Update README to add status
2127d82 Update documetation
dec8290 Update the documentation
4e5b922 Update the documentation of the kubernetes cluster
a3077b4 Upgrade the version of civogo lib
862f18a Use GitHub actions
cf116fa feat(DataSource): Added new data source
559594a feat(DataSource): Added new data source
40a1654 feat(DataSource): Added new data source
c97d499 feat(DataSource): Added new data source
10629d6 feat(DataSource): Added new data source
aeb3932 feat(DataSource): Added new data source
69cb929 feat(Doc): Fix error in doc
48470cc feat(datasource): improved the data source filter system
8b9cd6f feat(doc): Change the readme
08dad15 feat(instances): added support to add script
834be2e feat: Add firewall and loadbalancer
10be43b feat: Add goreleaser conf
77c3d35 feat: Add other data resource, k8s version, instances size
0892984 feat: Add other resource, kubernet, snapshot
04c84fe feat: Add ssh resource
79ff73a feat: Add templates module
e2e5c6f feat: Added one feature to the provider
52bf3e0 feat: Added one feature to the snapshot resource
e4dc011 feat: Added the option to import existing infrastructure
d656e61 feat: Update .goreleaser
c12905c feat: fister test
71e4ade fix(Firewall): Fix a type error in the firewall
fd39413 fix: Remove a temporal file
197425b improved the data source filter

v0.9.9

06 Jul 14:20
9bd1bc7
Compare
Choose a tag to compare

Changelog

73ebfd3 - Add civo_dns_domain_name and civo_dns_domain_record - Fix some error in the resource_network.go and resource_volume.go
2ab8c47 - Add doc.md to know how to use the provider
e5e45e6 - Add tags to the instance - Update civo api to v0.1.0
14822c9 - Add the instances delete function
db611b6 - Add the instances red function - Add all possible option to the resource
89aa863 - Add validate to the instance reverse_dns (no white spaces)
96f9e41 - Added the new data source snapshot - fix error in snapshot resource doc
7f7d75d - Fix error in tags - Update README.md and doc.md
935ec41 - Remove tags from the instance creation for now - Add resource_network.go and resource_volume.go
47fc803 - Remove validator from resource_instance.go to utils.go - Add resource_network.go to handler the networks in civo
237f68b - Rename provider folder to civo - Change .travis.yml to use Go 1.13
4382fc4 - Update .travis.yml
2552d95 - Update civo go api
974af8b - Update civo go api
9528703 - Update go 1.13
310145c - Update go 1.13
549da91 - Update the documentation for data source instance_size and template
334cdb5 Add DNS domain record test
dd8e95d Add status badge for GitHub actions
4340f34 Add travis status to title
94afb93 Add vendored sources
1180c4d Add version to goreleaser
a456dad Added a error handler to the provider in the case of the token not was found
efbfce8 Added data source Template test
9d480c9 Added data source kubernetes versions test
12c41ce Added data source snapshot test
4dfc12d Added default value to size and initial_user in the instance resource
5c1ad36 Added master_ip to kubernetes cluster
439c0d4 Added new data source test
3a237d7 Added new test
91509d2 Added new test
75e69a8 Added new test
834a4e3 Added new test
4f3a1a1 Added new test
2601717 Added new test to the provider
807f086 Added support to add script
61987e1 Added the SSH Key test and the Snapshot test
102a5b2 Added the Template test
400524a Added the first test to the project
255aaf4 Added the new data source loadbalancer to get one loadbalancer from the civo cloud
e32df07 Added the new data source ssh key to get one ssh from the civo cloud
256b2e3 Added the option to recreate resource if not found in the cloud
465ad8b Change in the readme
a14c2e5 Change the provider, now the token is not required so you can use CIVO_TOKEN in the env
95a61bc Create CODEOWNERS
6805f18 Edit Kubernetes provider markdown mistype
e018fda First commit for the terraform provider for civo - Now can create a instances
ea7666f Fix doc.md typo?
a239402 Fix error in k8s cluster after deletion
05ec3ec Fix some error found in the code
0bb5787 Fixed error in all this files
0c87d35 Fixed error in provider
8b75b83 Fixed error in the doc
ca85af3 Fixed error in the doc again
5c5c95d Fixed error in the doc of the template resource
bd3664d Fixed error in the instances creation
9bd1bc7 Fixed error in the kubernetes resource Update the kubernetes test
b73725b Fixed error in the provider
25a1a6b Fixed error ins some test
68cca03 Fixed kubernetes cluster
718385e Initial commit
7845305 Initial readme update
0e81005 Merge remote-tracking branch 'origin/master'
4172f90 Pre release
d2dba75 Remove Travis integration
7df84a3 Remove website test until we're on there
93d44b4 Renamed Makefile
e8e23f4 Template files added
d9e6c92 Update README to add status
2127d82 Update documetation
dec8290 Update the documentation
4e5b922 Update the documentation of the kubernetes cluster
a3077b4 Upgrade the version of civogo lib
862f18a Use GitHub actions
10629d6 feat(DataSource): Added new data source
cf116fa feat(DataSource): Added new data source
c97d499 feat(DataSource): Added new data source
559594a feat(DataSource): Added new data source
40a1654 feat(DataSource): Added new data source
aeb3932 feat(DataSource): Added new data source
69cb929 feat(Doc): Fix error in doc
48470cc feat(datasource): improved the data source filter system
8b9cd6f feat(doc): Change the readme
08dad15 feat(instances): added support to add script
834be2e feat: Add firewall and loadbalancer
10be43b feat: Add goreleaser conf
77c3d35 feat: Add other data resource, k8s version, instances size
0892984 feat: Add other resource, kubernet, snapshot
04c84fe feat: Add ssh resource
79ff73a feat: Add templates module
e2e5c6f feat: Added one feature to the provider
52bf3e0 feat: Added one feature to the snapshot resource
e4dc011 feat: Added the option to import existing infrastructure
d656e61 feat: Update .goreleaser
c12905c feat: fister test
71e4ade fix(Firewall): Fix a type error in the firewall
fd39413 fix: Remove a temporal file
197425b improved the data source filter

v0.9.8

24 Jun 15:25
a3077b4
Compare
Choose a tag to compare

Changelog

73ebfd3 - Add civo_dns_domain_name and civo_dns_domain_record - Fix some error in the resource_network.go and resource_volume.go
2ab8c47 - Add doc.md to know how to use the provider
e5e45e6 - Add tags to the instance - Update civo api to v0.1.0
14822c9 - Add the instances delete function
db611b6 - Add the instances red function - Add all possible option to the resource
89aa863 - Add validate to the instance reverse_dns (no white spaces)
96f9e41 - Added the new data source snapshot - fix error in snapshot resource doc
7f7d75d - Fix error in tags - Update README.md and doc.md
935ec41 - Remove tags from the instance creation for now - Add resource_network.go and resource_volume.go
47fc803 - Remove validator from resource_instance.go to utils.go - Add resource_network.go to handler the networks in civo
237f68b - Rename provider folder to civo - Change .travis.yml to use Go 1.13
4382fc4 - Update .travis.yml
2552d95 - Update civo go api
974af8b - Update civo go api
310145c - Update go 1.13
9528703 - Update go 1.13
549da91 - Update the documentation for data source instance_size and template
334cdb5 Add DNS domain record test
dd8e95d Add status badge for GitHub actions
4340f34 Add travis status to title
94afb93 Add vendored sources
1180c4d Add version to goreleaser
a456dad Added a error handler to the provider in the case of the token not was found
4dfc12d Added default value to size and initial_user in the instance resource
3a237d7 Added new test
807f086 Added support to add script
400524a Added the first test to the project
255aaf4 Added the new data source loadbalancer to get one loadbalancer from the civo cloud
e32df07 Added the new data source ssh key to get one ssh from the civo cloud
256b2e3 Added the option to recreate resource if not found in the cloud
465ad8b Change in the readme
a14c2e5 Change the provider, now the token is not required so you can use CIVO_TOKEN in the env
95a61bc Create CODEOWNERS
6805f18 Edit Kubernetes provider markdown mistype
e018fda First commit for the terraform provider for civo - Now can create a instances
ea7666f Fix doc.md typo?
a239402 Fix error in k8s cluster after deletion
05ec3ec Fix some error found in the code
0bb5787 Fixed error in all this files
bd3664d Fixed error in the instances creation
25a1a6b Fixed error ins some test
718385e Initial commit
7845305 Initial readme update
0e81005 Merge remote-tracking branch 'origin/master'
4172f90 Pre release
d2dba75 Remove Travis integration
7df84a3 Remove website test until we're on there
93d44b4 Renamed Makefile
e8e23f4 Template files added
d9e6c92 Update README to add status
2127d82 Update documetation
dec8290 Update the documentation
a3077b4 Upgrade the version of civogo lib
862f18a Use GitHub actions
10629d6 feat(DataSource): Added new data source
aeb3932 feat(DataSource): Added new data source
c97d499 feat(DataSource): Added new data source
559594a feat(DataSource): Added new data source
cf116fa feat(DataSource): Added new data source
40a1654 feat(DataSource): Added new data source
69cb929 feat(Doc): Fix error in doc
48470cc feat(datasource): improved the data source filter system
8b9cd6f feat(doc): Change the readme
08dad15 feat(instances): added support to add script
834be2e feat: Add firewall and loadbalancer
10be43b feat: Add goreleaser conf
77c3d35 feat: Add other data resource, k8s version, instances size
0892984 feat: Add other resource, kubernet, snapshot
04c84fe feat: Add ssh resource
79ff73a feat: Add templates module
e2e5c6f feat: Added one feature to the provider
52bf3e0 feat: Added one feature to the snapshot resource
e4dc011 feat: Added the option to import existing infrastructure
d656e61 feat: Update .goreleaser
c12905c feat: fister test
71e4ade fix(Firewall): Fix a type error in the firewall
fd39413 fix: Remove a temporal file
197425b improved the data source filter

v0.9.7

22 Jun 18:50
bd3664d
Compare
Choose a tag to compare

Changelog

73ebfd3 - Add civo_dns_domain_name and civo_dns_domain_record - Fix some error in the resource_network.go and resource_volume.go
2ab8c47 - Add doc.md to know how to use the provider
e5e45e6 - Add tags to the instance - Update civo api to v0.1.0
14822c9 - Add the instances delete function
db611b6 - Add the instances red function - Add all possible option to the resource
89aa863 - Add validate to the instance reverse_dns (no white spaces)
96f9e41 - Added the new data source snapshot - fix error in snapshot resource doc
7f7d75d - Fix error in tags - Update README.md and doc.md
935ec41 - Remove tags from the instance creation for now - Add resource_network.go and resource_volume.go
47fc803 - Remove validator from resource_instance.go to utils.go - Add resource_network.go to handler the networks in civo
237f68b - Rename provider folder to civo - Change .travis.yml to use Go 1.13
4382fc4 - Update .travis.yml
974af8b - Update civo go api
2552d95 - Update civo go api
9528703 - Update go 1.13
310145c - Update go 1.13
549da91 - Update the documentation for data source instance_size and template
334cdb5 Add DNS domain record test
dd8e95d Add status badge for GitHub actions
4340f34 Add travis status to title
94afb93 Add vendored sources
1180c4d Add version to goreleaser
a456dad Added a error handler to the provider in the case of the token not was found
4dfc12d Added default value to size and initial_user in the instance resource
3a237d7 Added new test
807f086 Added support to add script
400524a Added the first test to the project
255aaf4 Added the new data source loadbalancer to get one loadbalancer from the civo cloud
e32df07 Added the new data source ssh key to get one ssh from the civo cloud
256b2e3 Added the option to recreate resource if not found in the cloud
465ad8b Change in the readme
a14c2e5 Change the provider, now the token is not required so you can use CIVO_TOKEN in the env
95a61bc Create CODEOWNERS
e018fda First commit for the terraform provider for civo - Now can create a instances
ea7666f Fix doc.md typo?
a239402 Fix error in k8s cluster after deletion
05ec3ec Fix some error found in the code
0bb5787 Fixed error in all this files
bd3664d Fixed error in the instances creation
718385e Initial commit
7845305 Initial readme update
0e81005 Merge remote-tracking branch 'origin/master'
4172f90 Pre release
d2dba75 Remove Travis integration
7df84a3 Remove website test until we're on there
93d44b4 Renamed Makefile
e8e23f4 Template files added
d9e6c92 Update README to add status
2127d82 Update documetation
dec8290 Update the documentation
862f18a Use GitHub actions
559594a feat(DataSource): Added new data source
cf116fa feat(DataSource): Added new data source
aeb3932 feat(DataSource): Added new data source
40a1654 feat(DataSource): Added new data source
10629d6 feat(DataSource): Added new data source
c97d499 feat(DataSource): Added new data source
69cb929 feat(Doc): Fix error in doc
48470cc feat(datasource): improved the data source filter system
8b9cd6f feat(doc): Change the readme
08dad15 feat(instances): added support to add script
834be2e feat: Add firewall and loadbalancer
10be43b feat: Add goreleaser conf
77c3d35 feat: Add other data resource, k8s version, instances size
0892984 feat: Add other resource, kubernet, snapshot
04c84fe feat: Add ssh resource
79ff73a feat: Add templates module
e2e5c6f feat: Added one feature to the provider
52bf3e0 feat: Added one feature to the snapshot resource
e4dc011 feat: Added the option to import existing infrastructure
d656e61 feat: Update .goreleaser
c12905c feat: fister test
71e4ade fix(Firewall): Fix a type error in the firewall
fd39413 fix: Remove a temporal file
197425b improved the data source filter

v0.9.6

07 Jun 22:30
dec8290
Compare
Choose a tag to compare

Changelog

256b2e3 Added the option to recreate resource if not found in the cloud
a14c2e5 Change the provider, now the token is not required so you can use CIVO_TOKEN in the env
a239402 Fix error in k8s cluster after deletion
05ec3ec Fix some error found in the code
0bb5787 Fixed error in all this files
dec8290 Documentation updated

v0.9.5

31 May 16:48
a456dad
Compare
Choose a tag to compare

In this version it should no longer crash terraform if the provider is not found

v0.9.4

21 May 22:26
96f9e41
Compare
Choose a tag to compare

Changelog

96f9e41 Added the new data source snapshot - fix error in snapshot resource doc
255aaf4 Added the new data source loadbalancer to get one loadbalancer from the civo cloud
e32df07 Added the new data source ssh key to get one ssh from the civo cloud
465ad8b Change in the readme
c97d499 Added new data source volume
cf116fa Added new data source nerwork
aeb3932 Added new data source dns_domain_record
10629d6 Added new data source dns_domain_name
559594a Added new data source civo_instance to get one instance
40a1654 Added new data source civo_instances
69cb929 feat(Doc): Fix error in doc
8b9cd6f feat(doc): Change the readme

v0.9.3

05 May 12:06
807f086
Compare
Choose a tag to compare

Changelog

807f086 Added support to add script
08dad15 feat(instances): added support to add script