From 1cefe8b9f8ea5ad0acf329baba6e06cf7038fbe2 Mon Sep 17 00:00:00 2001 From: Bobby Iliev Date: Fri, 27 Oct 2023 16:07:31 +0300 Subject: [PATCH] Update readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 094f43da..6bd64737 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Configure the provider by adding the following block to your Terraform project: ```hcl provider "materialize" { host = "materialized_hostname" - username = "materialize_username" + user = "materialize_user" password = "materialize_password" port = 6875 database = "materialize"