File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,17 @@ description: |-
1313## Example Usage
1414
1515``` terraform
16- provider "scaffolding" {
16+ locals {
1717 url = "https://localhost:9200"
1818 username = "elastic"
1919 password = "password"
2020}
21+
22+ provider "essecurity" {
23+ url = local.url
24+ username = local.username
25+ password = local.password
26+ }
2127```
2228
2329<!-- schema generated by tfplugindocs -->
Original file line number Diff line number Diff line change 1- provider "scaffolding" {
1+ locals {
22 url = " https://localhost:9200"
33 username = " elastic"
44 password = " password"
55}
6+
7+ provider "essecurity" {
8+ url = local. url
9+ username = local. username
10+ password = local. password
11+ }
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ func main() {
3636
3737 opts := providerserver.ServeOpts {
3838 // TODO: Update this string with the published name of your provider.
39- Address : "registry.terraform.io/ka-nabellinc/elasticsearch-security" ,
39+ Address : "registry.terraform.io/providers/ ka-nabellinc/elasticsearch-security" ,
4040 Debug : debug ,
4141 }
4242
You can’t perform that action at this time.
0 commit comments