terraform-provider-matrix

git clone git://archive.git.mtrnord.blog/MTRNord/terraform-provider-matrix.git
Log | Files | Refs | README | LICENSE

commit 32926b59c58cb8c75fc7b52ec702c373d0340d4e
parent 24c7a19068c8197ed212163f1e7ea2fc9d860139
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 27 Dec 2023 01:28:43 +0100

Update provider_test

Diffstat:
Minternal/provider/provider_test.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/provider/provider_test.go b/internal/provider/provider_test.go @@ -15,7 +15,7 @@ import ( // CLI command executed to create a provider server to which the CLI can // reattach. var testAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServer, error){ - "scaffolding": providerserver.NewProtocol6WithError(New("test")()), + "matrix": providerserver.NewProtocol6WithError(New("test")()), } func testAccPreCheck(t *testing.T) {