0
0
llucycodes42
The code defines a resource called "ibm_space" with the following properties:
The org property identifies the resource as belonging to the my-org organization.
The space property specifies that the resource is associated with the prod space.
Shortcut: tf_ibm_space
data "ibm_space" "${myResourceName}" {
org = "my-org"
space = "prod"
}