diff options
author | Julien Dessaux | 2024-01-11 22:49:17 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-01-11 22:49:17 +0100 |
commit | 68ceb18cdf498725e65d74056069eab8c47c46c4 (patch) | |
tree | ab78d37ea130f79bafdf9a50fb941df8b7b75c87 | |
parent | Added README at last! (diff) | |
download | terraform-provider-eventline-68ceb18cdf498725e65d74056069eab8c47c46c4.tar.gz terraform-provider-eventline-68ceb18cdf498725e65d74056069eab8c47c46c4.tar.bz2 terraform-provider-eventline-68ceb18cdf498725e65d74056069eab8c47c46c4.zip |
Updated dependencies
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
3 files changed, 7 insertions, 3 deletions
@@ -33,3 +33,7 @@ resource "eventline_identity" "example" { type = "api_key" } ``` + +## Developing the provider + +TODO @@ -6,7 +6,7 @@ require ( github.com/exograd/eventline v1.1.0 github.com/exograd/go-daemon v0.0.0-20221017152404-800adf39c12f github.com/hashicorp/terraform-plugin-docs v0.16.0 - github.com/hashicorp/terraform-plugin-framework v1.4.2 + github.com/hashicorp/terraform-plugin-framework v1.5.0 github.com/stretchr/testify v1.8.4 ) @@ -81,8 +81,8 @@ github.com/hashicorp/terraform-json v0.17.1 h1:eMfvh/uWggKmY7Pmb3T85u86E2EQg6EQH github.com/hashicorp/terraform-json v0.17.1/go.mod h1:Huy6zt6euxaY9knPAFKjUITn8QxUFIe9VuSzb4zn/0o= github.com/hashicorp/terraform-plugin-docs v0.16.0 h1:UmxFr3AScl6Wged84jndJIfFccGyBZn52KtMNsS12dI= github.com/hashicorp/terraform-plugin-docs v0.16.0/go.mod h1:M3ZrlKBJAbPMtNOPwHicGi1c+hZUh7/g0ifT/z7TVfA= -github.com/hashicorp/terraform-plugin-framework v1.4.2 h1:P7a7VP1GZbjc4rv921Xy5OckzhoiO3ig6SGxwelD2sI= -github.com/hashicorp/terraform-plugin-framework v1.4.2/go.mod h1:GWl3InPFZi2wVQmdVnINPKys09s9mLmTZr95/ngLnbY= +github.com/hashicorp/terraform-plugin-framework v1.5.0 h1:8kcvqJs/x6QyOFSdeAyEgsenVOUeC/IyKpi2ul4fjTg= +github.com/hashicorp/terraform-plugin-framework v1.5.0/go.mod h1:6waavirukIlFpVpthbGd2PUNYaFedB0RwW3MDzJ/rtc= github.com/hashicorp/terraform-plugin-go v0.20.0 h1:oqvoUlL+2EUbKNsJbIt3zqqZ7wi6lzn4ufkn/UA51xQ= github.com/hashicorp/terraform-plugin-go v0.20.0/go.mod h1:Rr8LBdMlY53a3Z/HpP+ZU3/xCDqtKNCkeI9qOyT10QE= github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0= |