|
| 1 | +diff --git b/.idea/.gitignore a/.idea/.gitignore |
| 2 | +new file mode 100644 |
| 3 | +index 0000000..13566b8 |
| 4 | +--- /dev/null |
| 5 | ++++ a/.idea/.gitignore |
| 6 | +@@ -0,0 +1,8 @@ |
| 7 | ++# Default ignored files |
| 8 | ++/shelf/ |
| 9 | ++/workspace.xml |
| 10 | ++# Editor-based HTTP Client requests |
| 11 | ++/httpRequests/ |
| 12 | ++# Datasource local storage ignored files |
| 13 | ++/dataSources/ |
| 14 | ++/dataSources.local.xml |
| 15 | +diff --git b/.idea/modules.xml a/.idea/modules.xml |
| 16 | +new file mode 100644 |
| 17 | +index 0000000..c671309 |
| 18 | +--- /dev/null |
| 19 | ++++ a/.idea/modules.xml |
| 20 | +@@ -0,0 +1,8 @@ |
| 21 | ++<?xml version="1.0" encoding="UTF-8"?> |
| 22 | ++<project version="4"> |
| 23 | ++ <component name="ProjectModuleManager"> |
| 24 | ++ <modules> |
| 25 | ++ <module fileurl="file://$PROJECT_DIR$/.idea/terraform-provider-postgresql.iml" filepath="$PROJECT_DIR$/.idea/terraform-provider-postgresql.iml" /> |
| 26 | ++ </modules> |
| 27 | ++ </component> |
| 28 | ++</project> |
| 29 | +\ No newline at end of file |
| 30 | +diff --git b/.idea/terraform-provider-postgresql.iml a/.idea/terraform-provider-postgresql.iml |
| 31 | +new file mode 100644 |
| 32 | +index 0000000..5e764c4 |
| 33 | +--- /dev/null |
| 34 | ++++ a/.idea/terraform-provider-postgresql.iml |
| 35 | +@@ -0,0 +1,9 @@ |
| 36 | ++<?xml version="1.0" encoding="UTF-8"?> |
| 37 | ++<module type="WEB_MODULE" version="4"> |
| 38 | ++ <component name="Go" enabled="true" /> |
| 39 | ++ <component name="NewModuleRootManager"> |
| 40 | ++ <content url="file://$MODULE_DIR$" /> |
| 41 | ++ <orderEntry type="inheritedJdk" /> |
| 42 | ++ <orderEntry type="sourceFolder" forTests="false" /> |
| 43 | ++ </component> |
| 44 | ++</module> |
| 45 | +\ No newline at end of file |
| 46 | +diff --git b/.idea/vcs.xml a/.idea/vcs.xml |
| 47 | +new file mode 100644 |
| 48 | +index 0000000..94a25f7 |
| 49 | +--- /dev/null |
| 50 | ++++ a/.idea/vcs.xml |
| 51 | +@@ -0,0 +1,6 @@ |
| 52 | ++<?xml version="1.0" encoding="UTF-8"?> |
| 53 | ++<project version="4"> |
| 54 | ++ <component name="VcsDirectoryMappings"> |
| 55 | ++ <mapping directory="$PROJECT_DIR$" vcs="Git" /> |
| 56 | ++ </component> |
| 57 | ++</project> |
| 58 | +\ No newline at end of file |
| 59 | +diff --git b/go.mod a/go.mod |
| 60 | +index ee3e530..a12d9af 100644 |
| 61 | +--- b/go.mod |
| 62 | ++++ a/go.mod |
| 63 | +@@ -1,4 +1,4 @@ |
| 64 | +-module github.com/terraform-providers/terraform-provider-postgresql |
| 65 | ++module github.com/cyrilgdn/terraform-provider-postgresql |
| 66 | + |
| 67 | + go 1.17 |
| 68 | + |
| 69 | +diff --git b/main.go a/main.go |
| 70 | +index 7125ff2..d9f1406 100644 |
| 71 | +--- b/main.go |
| 72 | ++++ a/main.go |
| 73 | +@@ -1,8 +1,8 @@ |
| 74 | + package main |
| 75 | + |
| 76 | + import ( |
| 77 | ++ "github.com/cyrilgdn/terraform-provider-postgresql/postgresql" |
| 78 | + "github.com/hashicorp/terraform-plugin-sdk/v2/plugin" |
| 79 | +- "github.com/terraform-providers/terraform-provider-postgresql/postgresql" |
| 80 | + ) |
| 81 | + |
| 82 | + func main() { |
0 commit comments