Skip to content

v0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 14:16
· 73 commits to master since this release
3484d7a

Changelog

3484d7a Modify release script to allow publishing to terraform registry
f4970eb When config.name is not given when update, it creates inconsistency as no plan is made to set config.name but the resulting tfstate has it with the resource name. When config.name is not given when update, plan makes changes "config.name abc => null" despite it doesn't update tfstate (#29)
8c08cb4 connectorUpdate() shouldn't proceed to connectorRead() where there's an error otherwise prompt success despite unable to update (#28)
42ecded connectorCreate() can return error when there's a error (#27)
a1dbe39 Add support for HTTP basic auth (#24)