0
0
llucycodes42
The code assigns the string "my-org" to the variable org.
Shortcut: tf_ibm_org
data "ibm_org" "${myResourceName}" {
org = "my-org"
}
0
0
llucycodes42
The code assigns the string "my-org" to the variable org.
Shortcut: tf_ibm_org
data "ibm_org" "${myResourceName}" {
org = "my-org"
}