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
module"heroku_app_config_association" {
source="./modules/heroku/r/heroku_app_config_association"# app_id - (required) is a type of stringapp_id=null# sensitive_vars - (optional) is a type of map of stringsensitive_vars={}
# vars - (optional) is a type of map of stringvars={}
}
resource"heroku_app_config_association""this" {
# app_id - (required) is a type of stringapp_id=var.app_id# sensitive_vars - (optional) is a type of map of stringsensitive_vars=var.sensitive_vars# vars - (optional) is a type of map of stringvars=var.vars
}