Skip to content

Commit 0425b11

Browse files
committed
v0.0.6
1 parent 9871c94 commit 0425b11

File tree

5 files changed

+4
-151
lines changed

5 files changed

+4
-151
lines changed

.manifest.json

-147
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# liblab Terraform Provider 0.0.1
1+
# liblab Terraform Provider 0.0.6
22

33
This repository contains a Terraform provider that allows you to manage resources through the liblab API.
44

examples/provider/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
terraform {
22
required_providers {
33
liblab = {
4-
source = "hashicorp.com/edu/liblab"
5-
version = "0.0.1"
4+
source = "hashicorp.com/kapicic/liblab"
5+
version = "0.0.6"
66
}
77
}
88
}

internal/provider/provider.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type liblabProviderModel struct {
3131

3232
func (p *Provider) Metadata(ctx context.Context, req provider.MetadataRequest, resp *provider.MetadataResponse) {
3333
resp.TypeName = "liblab"
34-
resp.Version = "0.0.2"
34+
resp.Version = "0.0.6"
3535
}
3636

3737
func (p *Provider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse) {

terraform-provider-liblab

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)