Format code

This commit is contained in:
Sam Dunne 2016-11-02 15:30:21 +00:00
parent 5dbd9423cc
commit cb40a3ef14
No known key found for this signature in database
GPG Key ID: B9754C0CCECB63CB
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ func Provider() terraform.ResourceProvider {
},
ResourcesMap: map[string]*schema.Resource{
"postgresql_database": resourcePostgreSQLDatabase(),
"postgresql_role": resourcePostgreSQLRole(),
"postgresql_extension": resourcePostgreSQLExtension(),
"postgresql_database": resourcePostgreSQLDatabase(),
"postgresql_role": resourcePostgreSQLRole(),
"postgresql_extension": resourcePostgreSQLExtension(),
},
ConfigureFunc: providerConfigure,