You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-18Lines changed: 1 addition & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ so that other providers that connect directly to the resources can operate.
6
6
7
7
For example and at least until version 3,
8
8
the `azurerm` provider needed to connect to the Azure Storage account directly to manage blob containers.
9
-
Likewise, a `postgresql` provider needs to directly connect to the database to do it's job.
9
+
Likewise, a `postgresql` provider needs to directly connect to the database to do its job.
10
10
11
11
## Usage
12
12
@@ -51,23 +51,6 @@ output "all" {
51
51
go install
52
52
```
53
53
54
-
### Developing the Provider
55
-
56
-
If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (see [Requirements](#requirements) above).
57
-
58
-
To compile the provider, run `go install`.
59
-
This will build the provider and put the provider binary in the `$GOPATH/bin` directory.
60
-
61
-
To generate or update documentation, run `go generate`.
62
-
63
-
In order to run the full suite of Acceptance tests, run `make testacc`.
64
-
65
-
*Note:* Acceptance tests create real resources, and often cost money to run.
0 commit comments