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
// Create a new {@link https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/resources/database postgresql_database} Resource.
549
+
// Create a new {@link https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/resources/database postgresql_database} Resource.
// Create a new {@link https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/resources/database postgresql_database} Resource.
567
+
// Create a new {@link https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/resources/database postgresql_database} Resource.
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/resources/database#id Database#id}.
38
+
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/resources/database#id Database#id}.
39
39
//
40
40
// Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
41
41
// If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
42
42
Id*string`field:"optional" json:"id" yaml:"id"`
43
43
// If true, then this database can be cloned by any user with CREATEDB privileges.
44
44
//
45
-
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/resources/database#is_template Database#is_template}
45
+
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/resources/database#is_template Database#is_template}
Refer to the Terraform Registry for docs: [`postgresql_database`](https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/resources/database).
3
+
Refer to the Terraform Registry for docs: [`postgresql_database`](https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/resources/database).
// Create a new {@link https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/data-sources/schemas postgresql_schemas} Data Source.
419
+
// Create a new {@link https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/data-sources/schemas postgresql_schemas} Data Source.
// Create a new {@link https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/data-sources/schemas postgresql_schemas} Data Source.
437
+
// Create a new {@link https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/data-sources/schemas postgresql_schemas} Data Source.
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/data-sources/schemas#id DataPostgresqlSchemas#id}.
26
+
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/data-sources/schemas#id DataPostgresqlSchemas#id}.
27
27
//
28
28
// Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
29
29
// If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
30
30
Id*string`field:"optional" json:"id" yaml:"id"`
31
31
// Determines whether to include system schemas (pg_ prefix and information_schema). 'public' will always be included.
32
32
//
33
-
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/data-sources/schemas#include_system_schemas DataPostgresqlSchemas#include_system_schemas}
33
+
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/data-sources/schemas#include_system_schemas DataPostgresqlSchemas#include_system_schemas}
Refer to the Terraform Registry for docs: [`data_postgresql_schemas`](https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/data-sources/schemas).
3
+
Refer to the Terraform Registry for docs: [`data_postgresql_schemas`](https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/data-sources/schemas).
// Create a new {@link https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/data-sources/sequences postgresql_sequences} Data Source.
419
+
// Create a new {@link https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/data-sources/sequences postgresql_sequences} Data Source.
// Create a new {@link https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/data-sources/sequences postgresql_sequences} Data Source.
437
+
// Create a new {@link https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/data-sources/sequences postgresql_sequences} Data Source.
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/data-sources/sequences#id DataPostgresqlSequences#id}.
26
+
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/data-sources/sequences#id DataPostgresqlSequences#id}.
27
27
//
28
28
// Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
29
29
// If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
30
30
Id*string`field:"optional" json:"id" yaml:"id"`
31
31
// Expression(s) which will be pattern matched against sequence names in the query using the PostgreSQL LIKE ALL operator.
32
32
//
33
-
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cyrilgdn/postgresql/1.21.0/docs/data-sources/sequences#like_all_patterns DataPostgresqlSequences#like_all_patterns}
33
+
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/sourcegraph/postgresql/1.23.0-sg.2/docs/data-sources/sequences#like_all_patterns DataPostgresqlSequences#like_all_patterns}
0 commit comments