0
0
llucycodes42
The code above specifies that the example-name PostgreSQL extension should be used.
Shortcut: tf_postgresql_extension
resource "postgresql_extension" "${MyResource}" {
name = "example-name"
}
0
0
llucycodes42
The code above specifies that the example-name PostgreSQL extension should be used.
Shortcut: tf_postgresql_extension
resource "postgresql_extension" "${MyResource}" {
name = "example-name"
}