Skip to content

Releases: hirosassa/terraform-provider-looker

v0.10.0

23 Jul 05:27
8076168
Compare
Choose a tag to compare
Added looker_users data source (#51)

* add looker_users data source

* set unique id from user Emails

* add test code

v0.9.0

07 Oct 23:49
5c82409
Compare
Choose a tag to compare

Breaking changes

Fixed some typos in #48 by @jbennett7

  • This changes contain changing of resource names as followings:
    • connection.passowrd => connection.password
    • connection.jdbc_addtional_params => connection.jdbc_additional_params

Developer experiences improvements

Fixed and update CI in #50 by @hirosassa

v0.8.9

02 Oct 01:46
89a1ec4
Compare
Choose a tag to compare
Allow updating connection certificate (#40)

* Allow updating connection certificate

* Remove calculated flag and add description

* Update docs

* docs fix

* Add id field back to docs

v0.8.8

13 Sep 23:33
06246c4
Compare
Choose a tag to compare
Fix hidden value domain whitelist (#38)

* Fix hidden value domain whitelist

* Update version

* Update pkg/looker/resource_user_attribute.go

Co-authored-by: hirosassa <hiro.sassa@gmail.com>

* Update pkg/looker/resource_user_attribute.go

Co-authored-by: hirosassa <hiro.sassa@gmail.com>

Co-authored-by: hirosassa <hiro.sassa@gmail.com>

v0.8.7

07 Sep 23:21
1dddcd9
Compare
Choose a tag to compare
Update release.yml

v0.8.6

04 Jun 12:14
70060c3
Compare
Choose a tag to compare
WIP: bug fix (#27)

* update to latest SDK

* fix tests

* fix attribute

* update golangci-lint

* tidy

* fix doc

v0.8.5

08 Apr 00:35
c283fd4
Compare
Choose a tag to compare
Fixes #23 (#24)

* Fixes #23

* Remove newline

* Run make docs

Co-authored-by: brian.teague <brian.teague@ivansinsurance.com>

v0.8.4

07 Apr 22:46
f74370f
Compare
Choose a tag to compare
apply API change (#22)

* apply API change

* add docs

v0.8.3

06 Apr 06:13
3dca81f
Compare
Choose a tag to compare
update SDK for v4 API GA (#20)

* update SDK

* temp

v0.8.2

06 Mar 08:50
aa9e359
Compare
Choose a tag to compare
fix connection importer bug (#17)

* fix connection importer bug

* bump golangci-lint version